feat(core): first attempt to init script standard (#8224)

- lazy load
- rate limit per path
- init .debug.json support
- docs
- maintainer
- radar
This commit is contained in:
NeverBehave
2021-09-22 05:41:00 -07:00
committed by GitHub
parent d77a039f05
commit 0792f7ba25
51 changed files with 737 additions and 331 deletions

7
lib/utils/render.js Normal file
View File

@@ -0,0 +1,7 @@
const art = require('art-template');
// We may add more control over it later
module.exports = {
art,
};