m/cup
1
0
mirror of https://github.com/sergi0g/cup.git synced 2025-11-17 01:23:39 -05:00

Added search

This commit is contained in:
Sergio
2024-09-09 11:18:28 +03:00
parent 572ca8858a
commit 2c120ffaff
5 changed files with 64 additions and 3 deletions

View File

@@ -1,7 +1,13 @@
#!/bin/sh
# Exit on error
set -e
# This is kind of like a shim that makes sure the frontend is rebuilt when running a build. For example you can run `./build.sh cargo build --release`
# Remove old files
rm -rf src/static
# Frontend
cd web/