(hopefully) got Deta to work with dotenv
This commit is contained in:
parent
145b708acd
commit
4fc1e81ba3
1 changed files with 1 additions and 1 deletions
|
|
@ -5,7 +5,7 @@ micros:
|
||||||
src: ./
|
src: ./
|
||||||
engine: nodejs16
|
engine: nodejs16
|
||||||
primary: true
|
primary: true
|
||||||
run: node ./bin/www
|
run: node -r dotenv/config ./bin/www
|
||||||
public_routes:
|
public_routes:
|
||||||
- /*
|
- /*
|
||||||
- /*/*
|
- /*/*
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue