Update vite.config.ts

Remove port
This commit is contained in:
CN 2024-01-04 11:02:38 +01:00 committed by GitHub
parent c981e12c25
commit c6622824df
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

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