text build

This commit is contained in:
2025-05-27 12:46:45 +03:00
parent ab5b830222
commit bac9489433
3 changed files with 13 additions and 2 deletions

View File

@@ -70,4 +70,8 @@ echo "📋 Ensuring CSS is in public directory..."
mkdir -p public/css
cp static/css/index.css public/css/
# Also copy to the root of public for fallback
echo "📋 Also copying CSS to root of public for fallback..."
cp static/css/index.css public/index.css
echo "✅ Build complete. Check public/ folder."