Massive cleanup and plugbox cleanup

This commit is contained in:
Zef Hemel
2022-03-23 15:41:12 +01:00
parent a916088215
commit 09d07d587f
34 changed files with 695 additions and 525 deletions
+2 -2
View File
@@ -9,7 +9,7 @@
"plugbox-bundle": "./dist/bundler/plugbox-bundle.js"
},
"scripts": {
"watch": "parcel watch",
"watch": "rm -rf .parcel-cache && parcel watch",
"build": "parcel build",
"clean": "rm -rf dist",
"plugs": "node dist/bundler/plugbox-bundle.js plugs/core/core.plug.json plugs/dist/core.plug.json",
@@ -40,7 +40,7 @@
"test": {
"source": [
"plugbox/runtime.test.ts",
"plugbox/endpoint.test.ts",
"plugbox/feature/endpoint.test.ts",
"server/api.test.ts"
],
"outputFormat": "commonjs",