owltide/server
Hornwitser 80cec71308
All checks were successful
/ build (push) Successful in 1m37s
/ deploy (push) Has been skipped
Use sync access for the temp JSON file database
Replace all async reads and writes to the JSON database with the sync
reads and writes to prevent a data corruption race condition where two
requests are processed at the same time and write to the same file, or
one reads while the other writes causing read of partially written data.
2025-09-20 23:04:16 +02:00
..
api Use sync access for the temp JSON file database 2025-09-20 23:04:16 +02:00
utils Use sync access for the temp JSON file database 2025-09-20 23:04:16 +02:00
database.ts Use sync access for the temp JSON file database 2025-09-20 23:04:16 +02:00
generate-demo-schedule.ts Add UI to edit and display event notices 2025-09-06 23:54:42 +02:00
streams.ts Use sync access for the temp JSON file database 2025-09-20 23:04:16 +02:00
tsconfig.json Set verbatimModuleSyntax for server code 2025-07-09 18:10:42 +02:00
web-push.ts Use sync access for the temp JSON file database 2025-09-20 23:04:16 +02:00