Skip to content

Commit

Permalink
fixup
Browse files Browse the repository at this point in the history
  • Loading branch information
stepankuzmin committed Jun 27, 2024
1 parent ba06d90 commit e20a779
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions vite.config.js
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
export default {
root: 'debug/',
base: '/debug/',
envPrefix: 'MAPBOX_',
server: {
host: '0.0.0.0',
port: 9967,
strictPort: true,
},
};

0 comments on commit e20a779

Please sign in to comment.