Skip to content

Commit 66d5017

Browse files
committed
fix: load .env from run.js
1 parent b9a12f2 commit 66d5017

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

bin/run.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22

33
// eslint-disable-next-line unicorn/prefer-top-level-await
44
(async () => {
5+
require('dotenv').config()
56
const oclif = await import('@oclif/core')
67
await oclif.execute({ dir: __dirname })
78
})()

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "pontus-x_cli",
33
"description": "Command Line Interface for the Pontus-X Data Space Ecosystem",
4-
"version": "1.0.0",
4+
"version": "1.0.1",
55
"author": "AgrospAI",
66
"bin": {
77
"pontus-x_cli": "bin/run.js"

0 commit comments

Comments
 (0)