This commit is contained in:
parent
a1ea1d0b1f
commit
54981dcd09
1 changed files with 5 additions and 0 deletions
|
@ -9,6 +9,11 @@ const config = {
|
||||||
// See https://kit.svelte.dev/docs/adapters for more information about adapters.
|
// See https://kit.svelte.dev/docs/adapters for more information about adapters.
|
||||||
adapter: adapter(),
|
adapter: adapter(),
|
||||||
},
|
},
|
||||||
|
vite: {
|
||||||
|
server: {
|
||||||
|
port: 7280,
|
||||||
|
},
|
||||||
|
},
|
||||||
};
|
};
|
||||||
|
|
||||||
export default config;
|
export default config;
|
||||||
|
|
Loading…
Add table
Reference in a new issue