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:
+6
-2
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user