Update vite.config.js

This commit is contained in:
fISHIE 2023-04-21 01:42:10 +05:00 committed by GitHub
parent bbcb40e53d
commit adabb1eee6
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -5,6 +5,10 @@ export default defineConfig({
plugins: [sveltekit()], plugins: [sveltekit()],
test: { test: {
include: ['src/**/*.{test,spec}.{js,ts}'] include: ['src/**/*.{test,spec}.{js,ts}']
},
server: {
host: true,
port: 433
} }
}); });