Add rate limiting, security headers, fix CORS for production

This commit is contained in:
BizzleBot
2026-02-19 16:37:47 +00:00
parent a85fa0d211
commit c6b8fb752a
3449 changed files with 926916 additions and 4142 deletions
+10
View File
@@ -0,0 +1,10 @@
// @ts-check
let preinstall
try {
preinstall = require('../preinstall/index.js')
} catch (e) {
//
}
if (preinstall) {
preinstall.main()
}