Skip to content

Commit

Permalink
Fix env error
Browse files Browse the repository at this point in the history
  • Loading branch information
flopez7 committed Feb 9, 2023
1 parent f2e446e commit 1fa299c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
2 changes: 1 addition & 1 deletion packages/examples/fortune/launcher/server/src/index.ts
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
import dotenv from 'dotenv';
dotenv.config({ path: `.env.${process.env.NODE_ENV}` });
import getServer from './server';

dotenv.config({ path: `.env.${process.env.NODE_ENV}` });
process.on('unhandledRejection', (err) => {
// eslint-disable-next-line no-console
console.error(err);
Expand Down
3 changes: 1 addition & 2 deletions packages/examples/fortune/recording-oracle/src/index.ts
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
import dotenv from 'dotenv';
import getServer from './server';

dotenv.config({ path: `.env.${process.env.NODE_ENV}` });
import getServer from './server';

process.on('unhandledRejection', (err) => {
// eslint-disable-next-line no-console
Expand Down

6 comments on commit 1fa299c

@vercel
Copy link

@vercel vercel bot commented on 1fa299c Feb 9, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Successfully deployed to the following URLs:

recording-oracle – ./packages/examples/fortune/recording-oracle

recording-oracle-jade.vercel.app
recording-oracle-humanprotocol.vercel.app
recording-oracle-git-feat-staking-slashing-humanprotocol.vercel.app

@vercel
Copy link

@vercel vercel bot commented on 1fa299c Feb 9, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Successfully deployed to the following URLs:

job-launcher-client – ./packages/examples/fortune/launcher/client

job-launcher-client-humanprotocol.vercel.app
job-launcher-client-git-feat-staking-slashing-humanprotocol.vercel.app
job-launcher-client.vercel.app

@vercel
Copy link

@vercel vercel bot commented on 1fa299c Feb 9, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@vercel
Copy link

@vercel vercel bot commented on 1fa299c Feb 9, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Successfully deployed to the following URLs:

fortune-reputation-oracle-mumbai – ./packages/examples/fortune/reputation-oracle

fortune-reputation-oracle-mumbai-git-feat-c947d2-humanprotocol.vercel.app
fortune-reputation-oracle-mumbai.vercel.app
fortune-reputation-oracle-mumbai-humanprotocol.vercel.app

@vercel
Copy link

@vercel vercel bot commented on 1fa299c Feb 9, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@vercel
Copy link

@vercel vercel bot commented on 1fa299c Feb 9, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Successfully deployed to the following URLs:

job-launcher-server – ./packages/examples/fortune/launcher/server

job-launcher-server.vercel.app
job-launcher-server-git-feat-staking-slashing-humanprotocol.vercel.app
job-launcher-server-humanprotocol.vercel.app

Please sign in to comment.