Implement Turbo Workspaces, among other things

This commit is contained in:
Amruth Pillai
2022-08-21 22:18:12 +02:00
parent 73af4a6859
commit 0630369087
35 changed files with 569 additions and 50703 deletions

View File

@ -1,13 +1,10 @@
{
"name": "@reactive-resume/server",
"scripts": {
"dev": "nest start --watch",
"build": "rimraf dist && nest build",
"format": "prettier --write \"src/**/*.ts\" \"test/**/*.ts\"",
"start": "nest start",
"start:dev": "nest start --watch",
"start:debug": "nest start --debug --watch",
"start:prod": "node dist/main",
"lint": "eslint --fix --ext .ts ./src"
"debug": "nest start --debug --watch",
"start": "node dist/main"
},
"dependencies": {
"@aws-sdk/client-s3": "^3.154.0",
@ -25,7 +22,7 @@
"@nestjs/typeorm": "^9.0.1",
"@sendgrid/mail": "^7.7.0",
"@types/passport": "^1.0.10",
"bcrypt": "^5.0.1",
"bcryptjs": "^2.4.3",
"cache-manager": "^4.1.0",
"class-transformer": "^0.5.1",
"class-validator": "^0.13.2",
@ -54,7 +51,7 @@
"@nestjs/cli": "^9.0.0",
"@nestjs/schematics": "^9.0.1",
"@reactive-resume/schema": "workspace:*",
"@types/bcrypt": "^5.0.0",
"@types/bcryptjs": "^2.4.2",
"@types/cookie-parser": "^1.4.3",
"@types/express": "^4.17.13",
"@types/lodash": "^4.14.184",
@ -62,7 +59,6 @@
"@types/node": "^18.7.8",
"@types/passport-jwt": "^3.0.6",
"@types/passport-local": "^1.0.34",
"eslint": "^8.22.0",
"prettier": "^2.7.1",
"source-map-support": "^0.5.21",
"ts-loader": "^9.3.1",