Closed Dan6erbond closed 3 years ago
Add Apollo Server Express and TypeGraphQL packages, with NestJS config and sample App resolver. Includes auto-generated schema file for introspection.
Add .npmrc to .gitignore for setting up Python versions to fix issues with SQLite3 install, add the following line:
.npmrc
.gitignore
python = "path\to\python27\python.exe"
Update ormconfig.json to Js for selective entity paths, to avoid Ts import in Js production environment.
ormconfig.json
Add Apollo Server Express and TypeGraphQL packages, with NestJS config and sample App resolver. Includes auto-generated schema file for introspection.
Add
.npmrc
to.gitignore
for setting up Python versions to fix issues with SQLite3 install, add the following line:Update
ormconfig.json
to Js for selective entity paths, to avoid Ts import in Js production environment.