(hopefully) got Deta to work with dotenv

This commit is contained in:
ak 2023-09-03 13:26:14 -07:00
parent 145b708acd
commit 4fc1e81ba3

View file

@ -5,7 +5,7 @@ micros:
src: ./
engine: nodejs16
primary: true
run: node ./bin/www
run: node -r dotenv/config ./bin/www
public_routes:
- /*
- /*/*