all repos — site @ 49716987eca7ec959b04142d7be1de5d4491c4e7

source for my site, found at icyphox.sh

bin/build.sh: update clone url
Anirudh Oppiliappan x@icyphox.sh
Wed, 28 May 2025 18:21:18 +0300
commit

49716987eca7ec959b04142d7be1de5d4491c4e7

parent

6ccf81974751c2e3cf6388a12174317917e701c7

1 files changed, 6 insertions(+), 4 deletions(-)

jump to
M bin/build.shbin/build.sh

@@ -1,13 +1,15 @@

#!/bin/sh +npm install tailwindcss @tailwindcss/cli + rm -rf go-vite -git clone https://github.com/icyphox/go-vite -cd go-vite && make && cd .. +git clone https://tangled.sh/@icyphox.sh/vite +cd vite && make && cd .. mkdir build if [ "$VITE_ENV" = "production" ]; then - go-vite/vite build + vite/vite build else - go-vite/vite build --drafts + vite/vite build --drafts fi