Added Vite config
This commit is contained in:
parent
f2fa95fb76
commit
6c3dbe886e
2
.gitignore
vendored
2
.gitignore
vendored
@ -1 +1,3 @@
|
|||||||
node_modules/
|
node_modules/
|
||||||
|
dist/
|
||||||
|
|
||||||
|
7
vite.config.js
Normal file
7
vite.config.js
Normal file
@ -0,0 +1,7 @@
|
|||||||
|
// vite.config.js
|
||||||
|
|
||||||
|
import { defineConfig, loadEnv } from 'vite';
|
||||||
|
|
||||||
|
export default defineConfig({
|
||||||
|
base: '/fourjs/'
|
||||||
|
})
|
Loading…
x
Reference in New Issue
Block a user