mirror of
https://github.com/lukin/keywind.git
synced 2025-01-25 08:46:27 +00:00
Update vite.config.ts
Add port 8080 für dev
This commit is contained in:
parent
bdf966fdae
commit
3d70b34ed9
1 changed files with 3 additions and 0 deletions
|
@ -16,4 +16,7 @@ export default defineConfig({
|
|||
},
|
||||
},
|
||||
},
|
||||
server: {
|
||||
port: 8080,
|
||||
},
|
||||
});
|
||||
|
|
Loading…
Reference in a new issue