Took 5 hours 35 minutes
This commit is contained in:
2022-11-23 18:39:47 +01:00
parent c933b9943d
commit 7307505175
17 changed files with 290 additions and 648 deletions

View File

@ -5,10 +5,10 @@
"author": "Tobias Hopp <tobi@gaminggeneration.de>",
"license": "UNLICENSED",
"scripts": {
"boot": "yarn && yarn run compile && ./startFrontend.sh && yarn run start",
"start": "DEBUG=itender:* node ./dist/main.js",
"boot": "yarn && yarn run compile && yarn run start",
"start": "DEBUG=itender:* node --trace-warnings ./dist/main.js",
"compile": "tsc && webpack",
"compileStart": "yarn run compile; yarn start",
"compileStart": "yarn run compile && yarn start",
"watchTS": "tsc --watch",
"watchWP": "webpack --watch"
},
@ -22,6 +22,7 @@
"@types/node": "^18.11.9",
"@types/rpi-gpio": "^2.1.1",
"@types/rpi-ws281x-native": "^1.0.0",
"axios": "^1.2.0",
"cookie-parser": "^1.4.6",
"debug": "^4.3.4",
"express": "~4.16.1",
@ -31,6 +32,7 @@
"mongoose": "^6.7.2",
"morgan": "^1.10.0",
"net-ping": "^1.2.3",
"onoff": "^6.0.3",
"pug": "2.0.0-beta11",
"rpi-gpio": "^2.1.7",
"rpi-ws281x-native": "^1.0.4"