Skip to content

Commit

Permalink
chore: fix some leftover after projects merge
Browse files Browse the repository at this point in the history
  • Loading branch information
Dyostiq committed May 31, 2021
1 parent 67da810 commit 634d5f5
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 6 deletions.
2 changes: 1 addition & 1 deletion api/apps/api/src/ormconfig.ts
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ export const apiConnections: Record<
? true
: false,
cli: {
migrationsDir: 'migrations/api',
migrationsDir: 'apps/api/src/migrations/api',
},
},
[DbConnections.geoprocessingDB]: {
Expand Down
2 changes: 1 addition & 1 deletion api/apps/geoprocessing/src/ormconfig.ts
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ export const geoprocessingConnections: {
? true
: false,
cli: {
migrationsDir: 'migrations/geoprocessing',
migrationsDir: 'apps/geoprocessing/src/migrations/geoprocessing',
},
},
apiDB: {
Expand Down
5 changes: 1 addition & 4 deletions api/nodemon.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,5 @@
"ext": "ts,js,graphql",
"ignore": [
"**/*.spec.ts"
],
"env": {
"NODE_PRESERVE_SYMLINKS": 1
}
]
}

0 comments on commit 634d5f5

Please sign in to comment.