mirror of
https://github.com/thinkjs/thinkjs.git
synced 2026-01-25 14:42:47 +00:00
set root_path for view config on not es6 mode when create project
This commit is contained in:
parent
9019bc6087
commit
ecb286ffbf
@ -7,6 +7,7 @@ module.exports = {
|
||||
content_type: 'text/html',
|
||||
file_ext: '.html',
|
||||
file_depr: '_',
|
||||
root_path: think.ROOT_PATH + '/view',
|
||||
type: 'ejs',
|
||||
options: {}
|
||||
};
|
||||
Loading…
x
Reference in New Issue
Block a user