Commit dae35c25 authored by 郭志伟's avatar 郭志伟

fix: 修改生成位置

parent 1a045991
......@@ -7,7 +7,7 @@ const npm = require("npm");
npm.load(() => {
apollo.load({
appId: 'quantum-blocks',
configPath: path.resolve(__dirname, '../app/web/config'),
configPath: path.resolve(__dirname, '../config'),
}).then(() => {
if (process.env.NODE_ENV === 'production') {
npm.run("start");
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment