Fix accreted software horrors

- Internal CC changes break hacky stacktrace thing
- CraftOS-PC refuses to boot it due to some bizarre issue with ipairs
- Superglobals backend (JSON storage service) replaced with new RSAPI service due to downtime
- Internal CC changes break incomplete FS overlay mechanism (implement full version)
- Chuck Norris joke API service broke (replace with another)
This commit is contained in:
2023-08-13 00:52:16 +01:00
parent 8f15e7e6ef
commit fd2ae8cbb3
10 changed files with 616 additions and 304 deletions

5
package.json Normal file
View File

@@ -0,0 +1,5 @@
{
"dependencies": {
"luabundler": "^1.2.2"
}
}