pb collection updates success notes added fallback to capture job number and id. id capture for the Job_Number_Id still not working.

This commit is contained in:
2025-12-16 17:02:39 +00:00
parent a0c62af25c
commit 98ca33cd94
7 changed files with 122 additions and 26 deletions
+6 -2
View File
@@ -5,10 +5,14 @@
"private": true,
"scripts": {
"dev": "bun run backend/server.ts",
"start": "bun run backend/server.ts"
"start": "bun run backend/server.ts",
"build:css": "tailwindcss -i input.css -o frontend/output.css --watch"
},
"devDependencies": {
"@types/bun": "latest"
"@types/bun": "latest",
"autoprefixer": "^10.4.23",
"postcss": "^8.5.6",
"tailwindcss": "^4.1.18"
},
"peerDependencies": {
"typescript": "^5"