Added vite.config.js

This commit is contained in:
scadmin
2025-12-15 20:23:11 +00:00
parent 7e5e17bde1
commit c0f41e4219

10
vite.config.js Normal file
View File

@@ -0,0 +1,10 @@
import { defineConfig } from 'vite';
export default defineConfig({
server: {
allowedHosts: [
'seans.cloud',
'www.seans.cloud',
],
},
});