chore: remove legacy server files and organize project structure

This commit is contained in:
2026-02-12 11:31:12 +01:00
parent 1af1668c02
commit 89100e2c9c
6 changed files with 1 additions and 1335 deletions

View File

@@ -5,7 +5,7 @@ set -e
SCRIPT_DIR="$(cd "$(dirname "$0")" && pwd)"
DIST_DIR="$SCRIPT_DIR/dist"
CSS_FILE="$SCRIPT_DIR/public/style.css"
CSS_FILE="$SCRIPT_DIR/style.css"
JS_FILE="$SCRIPT_DIR/kantine.js"
mkdir -p "$DIST_DIR"