1.git http上传有限制 需要指定
[http]
postBuffer = 524288000
2.app.conf 需要保留
3. package.json 需要指定 首文件
"start": "node index.js",
4.process.env.NODE_ENV = 'production'; 指定产品模式
5.端口必须指定 port: '18080' url: 'http://gisers.duapp.com/',
1.git http上传有限制 需要指定
[http]
postBuffer = 524288000
2.app.conf 需要保留
3. package.json 需要指定 首文件
"start": "node index.js",
4.process.env.NODE_ENV = 'production'; 指定产品模式
5.端口必须指定 port: '18080' url: 'http://gisers.duapp.com/',