pkg打包所需目录为根目录
Showing
{ | ||
"name": "gameserver", | ||
"name": "screen", | ||
"version": "1.0.0", | ||
"description": "", | ||
"main": "main.ts", | ||
... | ... | @@ -28,6 +28,17 @@ |
"scripts": { | ||
"test": "echo \"Error: no test specified\" && exit 1" | ||
}, | ||
"author": "", | ||
"license": "ISC" | ||
"author": "cjj", | ||
"license": "ISC", | ||
"bin": "./out/main.js", | ||
"pkg": { | ||
"scripts":"out/**/*.js", | ||
"assets": [ | ||
"public/**/*", | ||
"res/**/*", | ||
"images/**/*", | ||
"video/**/*" | ||
], | ||
"outputPath": "dist" | ||
} | ||
} |
Please
register
or
sign in
to comment