Skip to content

Commit

Permalink
Use SWC for building api
Browse files Browse the repository at this point in the history
  • Loading branch information
hbriese committed Nov 22, 2023
1 parent 9797b97 commit d40ce50
Show file tree
Hide file tree
Showing 48 changed files with 542 additions and 9 deletions.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
4 changes: 4 additions & 0 deletions api/nest-cli.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,10 @@
"collection": "@nestjs/schematics",
"sourceRoot": "src",
"compilerOptions": {
"builder": {
"type": "swc",
"typeCheck": true
},
"plugins": [
{
"name": "@nestjs/graphql",
Expand Down
2 changes: 2 additions & 0 deletions api/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -83,6 +83,8 @@
"@nestjs/cli": "^10.1.11",
"@nestjs/schematics": "^10.0.2",
"@nestjs/testing": "^10.1.3",
"@swc/cli": "^0.1.63",
"@swc/core": "^1.3.99",
"@types/bull": "^4.10.0",
"@types/express": "^4.17.17",
"@types/express-session": "^1.17.7",
Expand Down
Loading

0 comments on commit d40ce50

Please sign in to comment.