mirror of
https://github.com/acepanel/panel.git
synced 2026-02-04 01:57:19 +08:00
11 lines
188 B
Go
11 lines
188 B
Go
import unplugin from './build/plugins/unplugin'
|
|
|
|
function genAutoImport() {
|
|
const autoImport = unplugin[0]
|
|
autoImport.buildStart.call({
|
|
root: process.cwd()
|
|
})
|
|
}
|
|
|
|
genAutoImport()
|