Update vite.config.ts

Add port 8080 für dev
This commit is contained in:
CN 2024-01-04 09:52:25 +01:00 committed by GitHub
parent bdf966fdae
commit 3d70b34ed9
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -16,4 +16,7 @@ export default defineConfig({
},
},
},
server: {
port: 8080,
},
});