mirror of
https://github.com/LukeHagar/electron-vite.git
synced 2025-12-09 20:27:44 +00:00
feat: migrate to ESM
This commit is contained in:
@@ -24,7 +24,7 @@ if (debugIndex > 0) {
|
||||
}
|
||||
|
||||
function run() {
|
||||
require('../dist/cli')
|
||||
import('../dist/cli.mjs')
|
||||
}
|
||||
|
||||
run()
|
||||
|
||||
Reference in New Issue
Block a user