mirror of
https://github.com/SillyTavern/SillyTavern.git
synced 2025-06-05 21:59:27 +02:00
adjust package.json for pkg packing
This commit is contained in:
15
package.json
15
package.json
@@ -51,11 +51,14 @@
|
||||
"no-path-concat": "off",
|
||||
"no-var": "off"
|
||||
},
|
||||
"main": "server.js",
|
||||
"pkg": {
|
||||
"assets": [
|
||||
"node_modules/open/xdg-open/",
|
||||
"public",
|
||||
"uploads"
|
||||
]
|
||||
}
|
||||
"assets": [
|
||||
"node_modules/**/*",
|
||||
"poe_graphql/**/*"
|
||||
],
|
||||
"scripts": [
|
||||
"server.js"
|
||||
]
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user