支持 Mac 平台

This commit is contained in:
BTMuli
2023-10-25 18:31:49 +08:00
parent 1dad91dd95
commit efa2156fb2
2 changed files with 4 additions and 3 deletions

View File

@@ -1,4 +1,4 @@
name: Publish Release __VERSION__
name: Publish Release
on:
push:
tags:

View File

@@ -1,8 +1,9 @@
/**
* @file vite.config.ts
* @description vite 配置文件
* @since Beta v0.3.3
* @since Beta v0.3.4
*/
import vue from "@vitejs/plugin-vue";
import { defineConfig } from "vite";
import vuetify from "vite-plugin-vuetify";
@@ -26,7 +27,7 @@ export default defineConfig({
envPrefix: ["VITE_", "TAURI_"],
esbuild: {
supported: {
'top-level-await': true
"top-level-await": true,
},
},
build: {