mirror of
https://github.com/WhoIsFishie/Fishie-Honesty-UI.git
synced 2025-02-22 09:12:22 +00:00
Update vite.config.js
This commit is contained in:
parent
bc229c0886
commit
54a1a9f2ef
@ -6,6 +6,15 @@ export default defineConfig({
|
||||
plugins: [sveltekit()],
|
||||
test: {
|
||||
include: ['src/**/*.{test,spec}.{js,ts}']
|
||||
}
|
||||
},
|
||||
server: {
|
||||
port: 5173,
|
||||
https: true,
|
||||
hmr: {
|
||||
host: "honestyui.sar.sh/",
|
||||
port: 5173,
|
||||
protocol: "wss",
|
||||
}
|
||||
},
|
||||
});
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user