1 Star 0 Fork 181

高小生/godoOA

forked from godo/godoOA 
Create your Gitee Account
Explore and code with more than 12 million developers,Free private repositories !:)
Sign up
文件
Clone or Download
development.js 590 Bytes
Copy Edit Raw Blame History
godo authored 2022-01-08 18:24 . add auth
const path = require('path');
const Application = require('thinkjs');
const watcher = require('think-watcher');
const babel = require('think-babel');
const notifier = require('node-notifier');
//const open = require('open');
const instance = new Application({
ROOT_PATH: __dirname,
APP_PATH: path.join(__dirname, 'app'),
watcher: watcher,
// docTranspiler: [jsdoc, {
// match: /(controll)/g,
// }],
transpiler: [babel, {
presets: ['think-node']
}],
notifier: notifier.notify.bind(notifier),
env: 'development'
});
instance.run();
//open('http://localhost:8200');
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
NodeJS
1
https://gitee.com/vic-gao/gdoa.git
git@gitee.com:vic-gao/gdoa.git
vic-gao
gdoa
godoOA
master

Search

0d507c66 1850385 C8b1a773 1850385