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