1 Star 0 Fork 151

cg-coder / godoOA

forked from godo / godoOA 
加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
production.js 240 Bytes
一键复制 编辑 原始数据 按行查看 历史
icanwallet 提交于 2021-11-09 16:11 . init
const path = require('path');
const Application = require('thinkjs');
const instance = new Application({
ROOT_PATH: __dirname,
APP_PATH: path.join(__dirname, 'app'),
proxy: true, // use proxy
env: 'production'
});
instance.run();
NodeJS
1
https://gitee.com/cg-coder/gdoa.git
git@gitee.com:cg-coder/gdoa.git
cg-coder
gdoa
godoOA
master

搜索帮助