From 5d6f646025edb845be08f99c78443a43c68a7d28 Mon Sep 17 00:00:00 2001 From: BWM0223 Date: Sun, 21 Jun 2026 08:13:00 -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