mirror of
https://github.com/cheeaun/phanpy.git
synced 2025-03-10 16:08:52 +01:00
Use well-known port 8080 for dev server
Vite's default 5173 is unused, but unofficial
This commit is contained in:
parent
d94c2df680
commit
ecab97e20d
1 changed files with 1 additions and 0 deletions
|
@ -52,6 +52,7 @@ export default defineConfig({
|
|||
},
|
||||
server: {
|
||||
host: true,
|
||||
port: 8080,
|
||||
},
|
||||
css: {
|
||||
preprocessorMaxWorkers: 1,
|
||||
|
|
Loading…
Reference in a new issue