From fab315eecea8c6785e7811e8e5892ef4bb0bc33a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sof=C3=ADa=20Maturana?= Date: Mon, 18 May 2026 10:13:46 -0400 Subject: [PATCH] chore: agregar mprocs --- mprocs.yaml | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 mprocs.yaml diff --git a/mprocs.yaml b/mprocs.yaml new file mode 100644 index 0000000..6e8b140 --- /dev/null +++ b/mprocs.yaml @@ -0,0 +1,5 @@ +procs: + frontend: + shell: just start-frontend + backend: + shell: just start-backend