Use well-known port 8080 for dev server

Vite's default 5173 is unused, but unofficial
This commit is contained in:
Stefano Pigozzi 2024-10-22 00:07:00 +02:00
parent d94c2df680
commit ecab97e20d
No known key found for this signature in database
GPG key ID: 5ADA3868646C3FC0

View file

@ -52,6 +52,7 @@ export default defineConfig({
},
server: {
host: true,
port: 8080,
},
css: {
preprocessorMaxWorkers: 1,