change port
This commit is contained in:
parent
3527ad1f52
commit
62f876ed52
1 changed files with 1 additions and 0 deletions
|
@ -3,4 +3,5 @@ import { defineConfig } from "vite";
|
||||||
|
|
||||||
export default defineConfig({
|
export default defineConfig({
|
||||||
plugins: [solid()],
|
plugins: [solid()],
|
||||||
|
server: { port: 3006 },
|
||||||
});
|
});
|
||||||
|
|
Loading…
Add table
Reference in a new issue