From 4fc1e81ba39d3ce5e80abdf0f0f49f707270994f Mon Sep 17 00:00:00 2001 From: ak Date: Sun, 3 Sep 2023 13:26:14 -0700 Subject: [PATCH] (hopefully) got Deta to work with dotenv --- Spacefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Spacefile b/Spacefile index f684371..8d202b3 100644 --- a/Spacefile +++ b/Spacefile @@ -5,7 +5,7 @@ micros: src: ./ engine: nodejs16 primary: true - run: node ./bin/www + run: node -r dotenv/config ./bin/www public_routes: - /* - /*/*