Fix public asset deployment

This commit is contained in:
Michael Bradley 2025-01-05 21:38:54 +13:00
parent df7a34f355
commit ba61105204
Signed by: MichaelBradley
SSH key fingerprint: SHA256:cj/YZ5VT+QOKncqSkx+ibKTIn0Obg7OIzwzl9BL8EO8
2 changed files with 1 additions and 1 deletions

View file

@ -11,6 +11,7 @@ node -e 'import("./dist/server/entry-server.js").then(({render}) => console.log(
echo "Preparing $PROD..."
# Copy used assets
cp -r dist/client/assets "$PROD"/
cp public/* "$PROD"/
# Not needed: Pre-rendered
rm "$PROD"/assets/*.js
# Not needed: Inlined