Compare commits
1 Commits
fix/shared
...
fix/db-url
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
74933031c6 |
@@ -9,7 +9,6 @@ import { emitGQLSchemaFile } from './gql-schema';
|
|||||||
async function bootstrap() {
|
async function bootstrap() {
|
||||||
console.log(`Running in production: ${process.env.PRODUCTION}`);
|
console.log(`Running in production: ${process.env.PRODUCTION}`);
|
||||||
console.log(`Port: ${process.env.PORT}`);
|
console.log(`Port: ${process.env.PORT}`);
|
||||||
console.log(`Database: ${process.env.DATABASE_URL}`);
|
|
||||||
|
|
||||||
const app = await NestFactory.create(AppModule);
|
const app = await NestFactory.create(AppModule);
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user