diff --git a/build_frontend.sh b/build_frontend.sh index c50a280..dd33582 100755 --- a/build_frontend.sh +++ b/build_frontend.sh @@ -9,4 +9,5 @@ export PATH="$PNPM_HOME:$PATH"; corepack enable; pnpm install; pnpm run build; + cp -r ./dist ../output/frontend; diff --git a/frontend/favicon.svg b/frontend/favicon.svg new file mode 100644 index 0000000..ae2335b --- /dev/null +++ b/frontend/favicon.svg @@ -0,0 +1,133 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/frontend/index.html b/frontend/index.html index 6680d26..dbf14d3 100644 --- a/frontend/index.html +++ b/frontend/index.html @@ -2,7 +2,7 @@ - + YATM - Yet Another Tape Manager