Skip to content

Commit

Permalink
Migrations (#26)
Browse files Browse the repository at this point in the history
* [fix] Fix geo property creating error

* [fix] Add prefix for csv import

* fix: migrations in dev build

* [feat] Add API_PREFIX env variable

* [ref] Use separated file for API_PREFIX

* fix: api prefix in build

* fix: add sequelize cli to production build

Co-authored-by: David Dobryakov <[email protected]>
  • Loading branch information
dice4x4 and kantegory authored Jul 6, 2022
1 parent 80da033 commit 2de2920
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,6 @@
"devDependencies": {
"eslint": "^8.6.0",
"nodemon": "^2.0.15",
"sequelize-cli": "^6.3.0",
"ts-node": "^10.4.0",
"tslint": "^6.1.3"
},
Expand Down Expand Up @@ -56,6 +55,7 @@
"pg": "^8.7.3",
"reflect-metadata": "^0.1.13",
"sequelize": "^6.12.5",
"sequelize-cli": "^6.3.0",
"sequelize-typescript": "^2.1.2",
"swagger-autogen": "^2.21.0",
"swagger-ui-express": "^4.3.0",
Expand Down

0 comments on commit 2de2920

Please sign in to comment.