clean start for v2

This commit is contained in:
2023-07-23 00:07:55 +02:00
parent adbcb40ef1
commit 1c70b969df
437 changed files with 0 additions and 178850 deletions

View File

@@ -1,14 +0,0 @@
import { fileURLToPath, URL } from 'url'
import { defineConfig } from 'vite'
import vue from '@vitejs/plugin-vue'
// https://vitejs.dev/config/
export default defineConfig({
plugins: [vue()],
resolve: {
alias: {
'@': fileURLToPath(new URL('./src', import.meta.url))
}
}
})