Skip to content

Commit

Permalink
chore: update
Browse files Browse the repository at this point in the history
  • Loading branch information
zerosoul committed Nov 14, 2024
1 parent ee81547 commit 9a643d1
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions vite.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,10 @@ import pkg from './package.json';
// https://vitejs.dev/config/
export default defineConfig({
base: new URL(pkg.homepage).pathname,
preview: {
port: 3000,
host: true,
},
server: {
port: 3006,
},
Expand Down

0 comments on commit 9a643d1

Please sign in to comment.