Skip to content

Commit

Permalink
Create vite.config.ts
Browse files Browse the repository at this point in the history
  • Loading branch information
NaHCO3-code authored Feb 18, 2024
1 parent 2969495 commit 6274287
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions vite.config.ts
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
import { resolve } from 'path';
import { defineConfig } from 'vite'

export default defineConfig({
base: "/node-magician",
build:{
outDir: "docs",
},
resolve:{
alias: {
'@': resolve(__dirname, 'src'),
},
}
})

0 comments on commit 6274287

Please sign in to comment.