hedgedoc/backend
David Mehren 10776de54f fix(migrations): use migration file extension according to runtime
We need to use .ts only if we run inside ts-node
or other tools that use it. In all other cases, we need to
refer to the .js migration files.

Signed-off-by: David Mehren <git@herrmehren.de>
2023-10-08 17:58:32 +02:00
..
docker chore(deps): update node.js to 37750e5 2023-09-30 01:12:33 +00:00
public
src fix(migrations): use migration file extension according to runtime 2023-10-08 17:58:32 +02:00
test feat: add initial database migration 2023-10-08 17:58:32 +02:00
.editorconfig
.env
.eslintrc.js
.gitignore
.prettierrc.json
.prettierrc.json.license
CHANGELOG.md refactor: remove dropbox, facebook & twitter login 2023-10-07 13:28:37 +02:00
eslint-local-rules.js fix: move eslint-local-rules.js into backend directory 2023-08-26 09:19:53 +02:00
jest-e2e.json
jest-e2e.json.license
nest-cli.json
nest-cli.json.license
package.json feat: add initial database migration 2023-10-08 17:58:32 +02:00
package.json.license
tsconfig.build.json
tsconfig.build.json.license
tsconfig.json fix(backend): allowjs in tsconfig.json 2023-08-13 20:38:53 +02:00
tsconfig.json.license