mirror of
https://github.com/WhoIsFishie/Fishie-Honesty-UI.git
synced 2025-04-20 01:36:53 +00:00
Update vite.config.js
This commit is contained in:
parent
25437128b6
commit
e325866151
@ -6,7 +6,12 @@ export default defineConfig({
|
|||||||
plugins: [sveltekit()],
|
plugins: [sveltekit()],
|
||||||
test: {
|
test: {
|
||||||
include: ['src/**/*.{test,spec}.{js,ts}']
|
include: ['src/**/*.{test,spec}.{js,ts}']
|
||||||
}
|
},
|
||||||
|
server: {
|
||||||
|
hmr: {
|
||||||
|
clientPort: 5173,
|
||||||
|
},
|
||||||
|
},
|
||||||
},
|
},
|
||||||
});
|
});
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user