bootstrap node

This commit is contained in:
MathMan05 2025-05-02 14:05:31 -05:00
parent f0fd2e59b3
commit dd3f07b110
3 changed files with 18 additions and 1 deletions

View file

@ -6,7 +6,7 @@
"type": "module",
"scripts": {
"bunBuild": "bun build.ts",
"build": "node --experimental-strip-types build.ts",
"build": "node buildnode.js && node build.js",
"start": "node dist/index.js"
},
"author": "MathMan05",