Skip to content

Commit fc2c6df

Browse files
committed
Don't use IPFS' default port for frontend dev!
1 parent 90afcd6 commit fc2c6df

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

vite.config.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ import createVuePlugin from "@vitejs/plugin-vue";
88
export default defineConfig({
99
plugins: [createVuePlugin(), vuetify()],
1010
server: {
11-
port: 8080,
11+
port: 8082,
1212
},
1313
resolve: {
1414
alias: {

0 commit comments

Comments
 (0)