added pnpm, vite, and typescript support

This commit is contained in:
2025-03-27 21:35:17 -05:00
parent 30683d268d
commit 52ac0566fd
12 changed files with 1071 additions and 12 deletions
+3 -3
View File
@@ -3,9 +3,9 @@
"name": "yellowjacket",
"outputfilename": "yellowjacket",
"frontend:install": "pnpm install",
"frontend:build": "",
"frontend:dev:watcher": "inotifywait -m -e modify,create,delete,move -r .",
"frontend:dev:serverUrl": "",
"frontend:build": "pnpm build",
"frontend:dev:watcher": "pnpm dev",
"frontend:dev:serverUrl": "auto",
"author": {
"name": "",
"email": ""