mirror of
https://github.com/electron-vite/electron-vite-vue
synced 2025-01-19 11:56:36 +08:00
fix: 打包 BUG
This commit is contained in:
parent
dc758b0521
commit
a6dd5d1ad7
@ -1,10 +1,11 @@
|
||||
/**
|
||||
* electron 主文件
|
||||
*/
|
||||
require('dotenv').config({ path: join(__dirname, '../../.env') })
|
||||
|
||||
import { join } from 'path'
|
||||
import { app, BrowserWindow } from 'electron'
|
||||
import dotenv from 'dotenv'
|
||||
|
||||
dotenv.config({ path: join(__dirname, '../../.env') })
|
||||
|
||||
let win: BrowserWindow
|
||||
|
||||
|
@ -10,6 +10,7 @@ import { cjs2esm } from './script/utils'
|
||||
export default defineConfig({
|
||||
plugins: [vue()],
|
||||
root: join(__dirname, 'src/render'),
|
||||
base: './', // index.html 中静态资源加载位置
|
||||
server: {
|
||||
port: +process.env.PORT,
|
||||
},
|
||||
|
Loading…
x
Reference in New Issue
Block a user