We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 500361d commit d9b30b8Copy full SHA for d9b30b8
apps/hapi/src/app.ts
@@ -1,5 +1,8 @@
1
const Sentry = require('@sentry/node');
2
import Hapi from '@hapi/hapi';
3
+import dotenv from 'dotenv';
4
+
5
+dotenv.config({ path: './../../.env' });
6
7
const server = Hapi.server({
8
port: 3030,
0 commit comments