From 034c89a4324f769ee96e2544c3fd92c2545d8f02 Mon Sep 17 00:00:00 2001 From: BWM0223 Date: Sun, 21 Jun 2026 08:24:30 -0700 Subject: [PATCH] fix: Extract shared path and config constants for the s (#61) --- scripts/config.ts | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 scripts/config.ts diff --git a/scripts/config.ts b/scripts/config.ts new file mode 100644 index 0000000..74bd8c1 --- /dev/null +++ b/scripts/config.ts @@ -0,0 +1,3 @@ +export const DEPLOYMENTS_DIR = 'deployments/v1'; +export const ARTIFACTS_DIR = 'artifacts'; +export const MANIFEST_PATH = 'manifest.json'; \ No newline at end of file