fix(🐞): vue-tsc error

This commit is contained in:
草鞋没号 2022-08-29 07:42:06 +08:00
parent e9ba2ecace
commit 00c288bbe7

View File

@ -28,7 +28,7 @@ export const ROOT_PATH = {
let win: BrowserWindow | null = null
// Here, you can also use other preload
const preload = join(__dirname, '../preload/index.js')
const url = process.env.VITE_DEV_SERVER_URL
const url = process.env.VITE_DEV_SERVER_URL as string
const indexHtml = join(ROOT_PATH.dist, 'index.html')
async function createWindow() {