Add css
This commit is contained in:
parent
bfcc33cc50
commit
88c7350377
7 changed files with 711 additions and 16 deletions
|
|
@ -214,6 +214,12 @@ if [ -f "$DEV_BLUEPRINT" ]; then
|
|||
print_success "Removed development blueprint"
|
||||
fi
|
||||
|
||||
print_step "Installing frontend dependencies..."
|
||||
|
||||
npm install --silent 2>/dev/null || npm install
|
||||
|
||||
print_success "Dependencies installed"
|
||||
|
||||
print_step "Building frontend with production URLs..."
|
||||
|
||||
VITE_API_URL="https://${KABOOT_DOMAIN}" \
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue