From 26871e6c434633a12cc81f4fbb0d451ec71c6e90 Mon Sep 17 00:00:00 2001 From: Lizzy Hunt Date: Sat, 9 Mar 2024 22:08:16 -0700 Subject: [PATCH] build abstraction engine at the right path --- html/build.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/html/build.sh b/html/build.sh index 425a5d2..b12230e 100755 --- a/html/build.sh +++ b/html/build.sh @@ -7,7 +7,7 @@ done cd the-abstraction-engine/ npm install -npm run build +npx vite build --base /~simponic/the-abstraction-engine/ cd .. cp -r the-abstraction-engine/dist ../dist/public_html/the-abstraction-engine