Fix a bunch of typescript errors
This commit is contained in:
parent
11e7be988a
commit
0251789f82
82 changed files with 257 additions and 164 deletions
|
|
@ -1,4 +1,6 @@
|
|||
import { defineConfig, HmrOptions } from 'vite'
|
||||
import type { HmrOptions } from 'vite'
|
||||
|
||||
import { defineConfig } from 'vite'
|
||||
import Vue from '@vitejs/plugin-vue'
|
||||
import { VitePWA } from 'vite-plugin-pwa'
|
||||
import { resolve } from 'path'
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue