Skip to content

Commit

Permalink
transfer frontend to server
Browse files Browse the repository at this point in the history
  • Loading branch information
shkwahab committed Sep 2, 2024
1 parent a98fd90 commit 9e1a6fd
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion frontend/vite.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -15,5 +15,8 @@ export default defineConfig({
],
server:{
port:3001
}
},
build: {
sourcemap: true,
},
});

0 comments on commit 9e1a6fd

Please sign in to comment.