Add missing routes for sveltekit 1
This commit is contained in:
parent
ef3aa5f89e
commit
6f495f4fe1
2 changed files with 8 additions and 0 deletions
|
|
@ -2,6 +2,12 @@ import { sveltekit } from '@sveltejs/kit/vite';
|
|||
|
||||
/** @type {import('vite').UserConfig} */
|
||||
const config = {
|
||||
server: {
|
||||
hmr: {
|
||||
port: 10000
|
||||
}
|
||||
},
|
||||
|
||||
plugins: [sveltekit()]
|
||||
};
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue