Added Ts.ED (remaining)
This commit is contained in:
@@ -11,6 +11,7 @@
|
||||
"prisma:generate": "npx prisma generate"
|
||||
},
|
||||
"dependencies": {
|
||||
"@prisma/client": "^4.3.1",
|
||||
"@tsed/ajv": "^6.129.0",
|
||||
"@tsed/common": "^6.129.0",
|
||||
"@tsed/core": "^6.129.0",
|
||||
@@ -28,6 +29,7 @@
|
||||
"@tsed/platform-params": "^6.129.0",
|
||||
"@tsed/platform-response-filter": "^6.129.0",
|
||||
"@tsed/platform-views": "^6.129.0",
|
||||
"@tsed/prisma": "^6.129.0",
|
||||
"@tsed/schema": "^6.129.0",
|
||||
"@tsed/socketio": "^6.129.0",
|
||||
"@tsed/typegraphql": "^6.129.0",
|
||||
@@ -75,4 +77,4 @@
|
||||
"convention": "default",
|
||||
"architecture": "default"
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
5
backend/src/controllers/rest/index.ts
Normal file
5
backend/src/controllers/rest/index.ts
Normal file
@@ -0,0 +1,5 @@
|
||||
/**
|
||||
* @file Automatically generated by barrelsby.
|
||||
*/
|
||||
|
||||
export * from "./HelloWorldController";
|
||||
@@ -1 +1,5 @@
|
||||
export * from "./MyDataSource";
|
||||
/**
|
||||
* @file Automatically generated by barrelsby.
|
||||
*/
|
||||
|
||||
export * from "./index";
|
||||
|
||||
@@ -1,3 +1,5 @@
|
||||
export * from "./recipes/Recipe";
|
||||
export * from "./recipes/RecipeNotFoundError";
|
||||
export * from "./recipes/RecipeResolver";
|
||||
/**
|
||||
* @file Automatically generated by barrelsby.
|
||||
*/
|
||||
|
||||
export * from "./index";
|
||||
|
||||
1311
backend/yarn.lock
1311
backend/yarn.lock
File diff suppressed because it is too large
Load Diff
Reference in New Issue
Block a user