Skip to content

Commit

Permalink
feat: 默认为 DACE_PATH_ROUTES 设置值
Browse files Browse the repository at this point in the history
  • Loading branch information
zhongzhi107 committed Dec 3, 2019
1 parent ce36028 commit be8ce56
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/utils/defaultEnv.js
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ export default {
DACE_PATH_CLIENT_ENTRY: 'src/client.js',

// 请求代理路由文件位置
DACE_PATH_ROUTES: '',
DACE_PATH_ROUTES: 'src/routes/index.js',

// node_modules 目录位置
DACE_PATH_NODE_MODULES: 'node_modules',
Expand Down

0 comments on commit be8ce56

Please sign in to comment.