goldcaddy77 / warthog

GraphQL API Framework with strong conventions and auto-generated schema
https://warthog.dev/
MIT License
359 stars 38 forks source link

V3: Add Production defaults to config #447

Closed goldcaddy77 closed 3 years ago

goldcaddy77 commented 3 years ago
  WARTHOG_DB_ENTITIES: 'dist/src/**/*.model.js',
  WARTHOG_DB_ENTITIES_DIR: 'dist/src/models',
  WARTHOG_DB_SUBSCRIBERS: 'dist/src/**/*.model.js',
  WARTHOG_DB_SUBSCRIBERS_DIR: 'dist/src/subscribers',
  WARTHOG_RESOLVERS_PATH: 'dist/src/**/*.resolver.js',
  WARTHOG_DB_MIGRATIONS: 'dist/db/migrations/**/*.js',
  WARTHOG_DB_MIGRATIONS_DIR: 'dist/db/migrations',
  WARTHOG_SERVICES_PATH: 'dist/src/**/*.service.js',
goldcaddy77 commented 3 years ago

Fixed in https://github.com/goldcaddy77/warthog/pull/448