Added Ts.ED (remaining)

This commit is contained in:
2022-09-04 21:06:28 +02:00
parent f4162f7f06
commit ec92cc4787
5 changed files with 1294 additions and 40 deletions

View File

@@ -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"
}
}
}

View File

@@ -0,0 +1,5 @@
/**
* @file Automatically generated by barrelsby.
*/
export * from "./HelloWorldController";

View File

@@ -1 +1,5 @@
export * from "./MyDataSource";
/**
* @file Automatically generated by barrelsby.
*/
export * from "./index";

View File

@@ -1,3 +1,5 @@
export * from "./recipes/Recipe";
export * from "./recipes/RecipeNotFoundError";
export * from "./recipes/RecipeResolver";
/**
* @file Automatically generated by barrelsby.
*/
export * from "./index";

File diff suppressed because it is too large Load Diff