Skip to content

Commit

Permalink
add a vite.config
Browse files Browse the repository at this point in the history
  • Loading branch information
xuxiaoZP committed Feb 18, 2021
1 parent 6e2195e commit f6d2344
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion vite-project/vite.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -3,5 +3,8 @@ import vue from '@vitejs/plugin-vue'

// https://vitejs.dev/config/
export default defineConfig({
plugins: [vue()]
plugins: [vue()],
server: {
port: 3001
}
})

0 comments on commit f6d2344

Please sign in to comment.