Toggle navigation
Toggle navigation
This project
Loading...
Sign in
Gabriel Condori
/
model-generator-sequelize
Go to a project
Toggle navigation
Toggle navigation pinning
Projects
Groups
Snippets
Help
Project
Activity
Repository
Pipelines
Graphs
Issues
0
Merge Requests
0
Wiki
Network
Create a new issue
Builds
Commits
Authored by
feliking
2021-06-18 23:38:19 -0400
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
740474ee469504145a19c13f7638fe82c262ba66
740474ee
1 parent
e47a6da3
Arreglo de la ruta de generación
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
1 deletions
config/default.js
config/default.js
View file @
740474e
...
...
@@ -20,7 +20,7 @@ module.exports = {
},
"output"
:
{
"log"
:
true
,
"folder"
:
".
./../..
/src/infraestructure/model"
,
"folder"
:
"./src/infraestructure/model"
,
"beautify"
:
true
,
"indent"
:
2
,
"preserveNewLines"
:
false
,
...
...
Please
register
or
login
to post a comment