mirror of
https://github.com/electron-vite/electron-vite-vue
synced 2025-08-28 10:07:15 +08:00
chore: rename build.ts -> build-main.ts
This commit is contained in:
@@ -17,7 +17,7 @@ dotenv.config({ path: join(__dirname, '../.env') })
|
||||
|
||||
const argv = minimist(process.argv.slice(2))
|
||||
const opt = options(argv.env)
|
||||
const TAG = '[script/build.ts]'
|
||||
const TAG = '[build-main.ts]'
|
||||
const spinner = ora(`${TAG} Electron build...`)
|
||||
|
||||
if (argv.watch) {
|
Reference in New Issue
Block a user