This commit is contained in:
fISHIE
2023-04-21 02:02:48 +05:00
committed by GitHub
parent aefc8fc139
commit 25437128b6

View File

@ -6,10 +6,6 @@ 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: 5000
} }
}, },
}); });