Main page created without function .
This commit is contained in:
8
vite.config.mts
Normal file
8
vite.config.mts
Normal file
@@ -0,0 +1,8 @@
|
||||
import { defineConfig } from 'vite'
|
||||
import deno from '@deno/vite-plugin'
|
||||
import vue from '@vitejs/plugin-vue'
|
||||
|
||||
// https://vite.dev/config/
|
||||
export default defineConfig({
|
||||
plugins: [deno(), vue()],
|
||||
})
|
||||
Reference in New Issue
Block a user