Merge branch 'main' into mk-packing

This commit is contained in:
matt korwel
2025-07-01 15:53:57 -05:00
committed by GitHub
10 changed files with 300 additions and 18 deletions
-1
View File
@@ -10,7 +10,6 @@
},
"scripts": {
"build": "node ../../scripts/build_package.js",
"clean": "rm -rf dist",
"start": "node dist/index.js",
"debug": "node --inspect-brk dist/index.js",
"lint": "eslint . --ext .ts,.tsx",