- Router: client side route handling with client side rendering - Toast: rought Toast handling for better UX and messaging - Auth: single point of truth for the Logged in user This commit doesnt not include the openapi generated code
9 lines
118 B
Bash
9 lines
118 B
Bash
#!/bin/sh
|
|
|
|
set -x
|
|
set -e
|
|
|
|
rm -rf /volumes/static/app
|
|
mkdir -p /volumes/static/app
|
|
|
|
cp -r /dist/* /volumes/static/app/
|