-
-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathmain.js
More file actions
12 lines (11 loc) · 1.12 KB
/
main.js
File metadata and controls
12 lines (11 loc) · 1.12 KB
1
2
3
4
5
6
7
8
9
10
11
12
/*-----------------------------------------------------------------------------------------\
| _______ _____ . _ ___ ___/ ___ __ |
| ' / ___ ` ( _/_ , . ___/ ` __. / \ .' /\ / \ .' |
| | / ` | `--. | | | / | | .' \ _-' | / | _-' |---. |
| | | | | | | | | ,' | | | | / |,' | / | | |
| / `.__/| / \___.' \__/ `._/| `___,' / `._.' /___, /`---' /___, `._.' |
| ` |
\-----------------------------------------------------------------------------------------*/
const animeback_submit = require('@taistudio/animeback-submit');
const fs = require('fs');
fs.writeFileSync('index.json', JSON.stringify(animeback_submit));