allowed server

This commit is contained in:
nmemmert
2026-05-27 09:41:53 -04:00
parent f3313c2721
commit decf43823f
2 changed files with 4 additions and 512 deletions
+4
View File
@@ -3,6 +3,10 @@ import react from '@vitejs/plugin-react';
export default defineConfig({
plugins: [react()],
server: {
host: true,
allowedHosts: ['study.necloud.us'],
},
test: {
environment: 'jsdom',
globals: true,