mirror of
https://github.com/SECTL/SecScore.git
synced 2026-07-19 19:04:23 +08:00
先提交上去
This commit is contained in:
@@ -0,0 +1,10 @@
|
||||
const fs = require('fs')
|
||||
const path = require('path')
|
||||
|
||||
const afterPack = async (context) => {
|
||||
const appOutDir = context.appOutDir
|
||||
fs.mkdirSync(path.join(appOutDir, 'data'), { recursive: true })
|
||||
}
|
||||
|
||||
module.exports = afterPack
|
||||
module.exports.default = afterPack
|
||||
Reference in New Issue
Block a user