switch to typescript
This commit is contained in:
parent
031ca31c7e
commit
23559b1a3b
63 changed files with 7943 additions and 1397 deletions
11
vite.config.js
Normal file
11
vite.config.js
Normal file
|
|
@ -0,0 +1,11 @@
|
|||
import vite from 'vite'
|
||||
import vue from '@vitejs/plugin-vue'
|
||||
|
||||
export default vite.defineConfig({
|
||||
plugins: [ vue() ],
|
||||
root: './src/frontend',
|
||||
build: {
|
||||
outDir: '../../build/public',
|
||||
emptyOutDir: true,
|
||||
},
|
||||
})
|
||||
Loading…
Add table
Add a link
Reference in a new issue