Skip to content

Commit

Permalink
configuration update
Browse files Browse the repository at this point in the history
  • Loading branch information
RPSoftCompany committed Feb 25, 2024
1 parent a8f9269 commit c654780
Showing 1 changed file with 6 additions and 4 deletions.
10 changes: 6 additions & 4 deletions vite.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -6,16 +6,18 @@ import vue from '@vitejs/plugin-vue'
// https://vitejs.dev/config/
export default defineConfig({
plugins: [vue()],
base: 'bridgingTheGap',
server: {
host: '0.0.0.0'
},
base: '/bridgingTheGap',
resolve: {
alias: {
'@': fileURLToPath(new URL('./src', import.meta.url))
}
},
preview: {
host: '::',
port: 5500,
base: '/bridgingTheGap'
},
server: {
host: '::',
port: 5500
}
Expand Down

0 comments on commit c654780

Please sign in to comment.