Skip to content

Commit

Permalink
Vite config
Browse files Browse the repository at this point in the history
  • Loading branch information
Sham1ko committed Jan 16, 2023
1 parent b887f46 commit 6541ee1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ lerna-debug.log*

node_modules
.DS_Store
# dist
dist
dist-ssr
coverage
*.local
Expand Down
1 change: 1 addition & 0 deletions vite.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ import vue from '@vitejs/plugin-vue'

// https://vitejs.dev/config/
export default defineConfig({
base: "airba-test",
plugins: [vue()],
resolve: {
alias: {
Expand Down

0 comments on commit 6541ee1

Please sign in to comment.