From bd25c2deb358ded4b4fe849f2765e60f2dff0cc0 Mon Sep 17 00:00:00 2001 From: alvrs Date: Tue, 5 Nov 2024 12:24:30 +0700 Subject: [PATCH] actually deploy --- scripts/localDeployer/index.ts | 2 ++ 1 file changed, 2 insertions(+) diff --git a/scripts/localDeployer/index.ts b/scripts/localDeployer/index.ts index 4dba1609..e87f376d 100644 --- a/scripts/localDeployer/index.ts +++ b/scripts/localDeployer/index.ts @@ -323,3 +323,5 @@ const main = async () => { console.log("Done!"); }; + +main();