Skip to content

Commit

Permalink
feat: add belongsTo relationship
Browse files Browse the repository at this point in the history
  • Loading branch information
Julien-R44 committed Sep 19, 2022
1 parent 4618611 commit 2e0383f
Show file tree
Hide file tree
Showing 11 changed files with 607 additions and 243 deletions.
10 changes: 10 additions & 0 deletions package.json
Expand Up @@ -79,6 +79,7 @@
"eslint": "^8.23.1",
"knex": "^2.3.0",
"mysql2": "^2.3.3",
"nodemon": "^2.0.20",
"pg": "^8.8.0",
"pnpm": "^7.11.0",
"prettier": "^2.7.1",
Expand Down Expand Up @@ -109,5 +110,14 @@
"bracketSpacing": true,
"arrowParens": "always",
"printWidth": 100
},
"nodemonConfig": {
"watch": [
"src",
"tests"
],
"execMap": {
"ts": "ts-node-esm"
}
}
}
239 changes: 0 additions & 239 deletions packages/core/src/builder.ts

This file was deleted.

0 comments on commit 2e0383f

Please sign in to comment.