Enhance RustyCMS: Update .gitignore to include demo assets, improve admin UI dependency management, and add new translations for asset management. Implement asset date filtering and enhance content forms with asset previews. Introduce caching mechanisms for improved performance and add support for draft status in content entries.
This commit is contained in:
8
dev.sh
8
dev.sh
@@ -31,11 +31,9 @@ for i in {1..30}; do
|
||||
fi
|
||||
done
|
||||
|
||||
# Ensure admin-ui dependencies are installed
|
||||
if [ ! -d "admin-ui/node_modules" ]; then
|
||||
echo "Installing Admin UI dependencies..."
|
||||
(cd admin-ui && npm install)
|
||||
fi
|
||||
# Ensure admin-ui dependencies are up to date
|
||||
echo "Installing Admin UI dependencies..."
|
||||
(cd admin-ui && npm install)
|
||||
|
||||
# Start Admin UI in background
|
||||
echo "Starting Admin UI on http://localhost:2001 ..."
|
||||
|
||||
Reference in New Issue
Block a user