chore: remove ngrok

This commit is contained in:
ChiragAgg5k
2025-04-17 12:54:53 +05:30
parent 5323e2e672
commit a034c27c7d

View File

@@ -40,8 +40,5 @@ export default defineConfig({
}, },
test: { test: {
include: ['src/**/*.{test,spec}.{js,ts}'] include: ['src/**/*.{test,spec}.{js,ts}']
},
server: {
allowedHosts: ['c009-223-233-66-244.ngrok-free.app']
} }
}); });