mirror of
https://github.com/chaos-zhu/easynode.git
synced 2026-05-31 15:09:20 +08:00
4 lines
139 B
JavaScript
4 lines
139 B
JavaScript
global.rpdToken = Array.from({ length:32 },()=>Math.random().toString(36)[2]).join('')
|
|
require('dotenv').config()
|
|
require('./app/main.js')
|