diff options
author | Lizzy Hunt <elizabeth.hunt@simponic.xyz> | 2024-03-09 22:08:16 -0700 |
---|---|---|
committer | Lizzy Hunt <elizabeth.hunt@simponic.xyz> | 2024-03-09 22:08:16 -0700 |
commit | 26871e6c434633a12cc81f4fbb0d451ec71c6e90 (patch) | |
tree | 6ad2f6d7f03e7660c1e8a39eaff841e298630f6b | |
parent | c997bf618a082a88c9b03c696e4f8ce1e1f186fb (diff) | |
download | tilde.club-26871e6c434633a12cc81f4fbb0d451ec71c6e90.tar.gz tilde.club-26871e6c434633a12cc81f4fbb0d451ec71c6e90.zip |
build abstraction engine at the right path
-rwxr-xr-x | html/build.sh | 2 |
1 files changed, 1 insertions, 1 deletions
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 |