add necessary files to package.json for publishing

This commit is contained in:
2024-06-04 15:05:31 -05:00
parent 8b99e91883
commit 081c0bdac4
+5
View File
@@ -12,6 +12,11 @@
"license": "AGPL-3.0-only",
"main": "main.js",
"bin": "main.js",
"files": [
"client",
"external",
"server"
],
"scripts": {
"dev": "nodemon main.js",
"build:cli": "pkg ."