From 54122f8261bdc99b4eaa520ff0e886601f40b223 Mon Sep 17 00:00:00 2001 From: Sebastian Wendel Date: Sat, 9 Mar 2024 12:27:22 +0100 Subject: [PATCH] set node development build envirnment --- .envrc | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.envrc b/.envrc index 95ec9cc..0ac4d5a 100644 --- a/.envrc +++ b/.envrc @@ -3,4 +3,6 @@ use flake watch_file **/*.nix *.lock package.json yarn install -yarn astro sync \ No newline at end of file +yarn astro sync + +export MODE=development \ No newline at end of file