Added Vite config

feature-big-polytopes
Mike Lynch 2023-07-24 12:24:32 +10:00
parent f2fa95fb76
commit 6c3dbe886e
2 changed files with 9 additions and 0 deletions

2
.gitignore vendored
View File

@ -1 +1,3 @@
node_modules/ node_modules/
dist/

7
vite.config.js 100644
View File

@ -0,0 +1,7 @@
// vite.config.js
import { defineConfig, loadEnv } from 'vite';
export default defineConfig({
base: '/fourjs/'
})