From 2a83982d9336897250d6c8e9f8b6cb2a88a5caee Mon Sep 17 00:00:00 2001 From: "Vincent (Wen Yu) Ge" Date: Fri, 17 Apr 2026 13:35:05 -0400 Subject: [PATCH] changes required for tsdown --- .gitignore | 1 + mprocs.yaml | 2 ++ 2 files changed, 3 insertions(+) diff --git a/.gitignore b/.gitignore index 94eeac35b..6b2952f09 100644 --- a/.gitignore +++ b/.gitignore @@ -3,6 +3,7 @@ node_modules/ **/node_modules/ vendor/ **/vendor/ +**/.pnpm-store/ # Laravel **/storage/ diff --git a/mprocs.yaml b/mprocs.yaml index cb35c9735..f855d200f 100644 --- a/mprocs.yaml +++ b/mprocs.yaml @@ -27,6 +27,8 @@ procs: shell: "source .env && cd $WIZARD_PATH && pnpm build && pnpm build:watch" autostart: true stop_signal: SIGTERM + env_file: .env + # ═══════════════════════════════════════════════════════════════════════════ # WIZARD RUNS - Execute wizard on test apps (press 's' to start)