Skip to content

Commit

Permalink
fix: add server in vite config
Browse files Browse the repository at this point in the history
  • Loading branch information
cydrickn committed Aug 9, 2022
1 parent 828be86 commit 6ad044d
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion vite.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,9 @@ export default defineConfig({
input: {
app: "./assets/app.js"
},
},
server: {
port: 13714
}
},
}
});

0 comments on commit 6ad044d

Please sign in to comment.