- Move all Astro files from dealplustech-astro/ to root - Archive Next.js code in _nextjs-backup/ - Update .gitignore for Astro project - Simplify project structure This completes the migration from Next.js to Astro. The Astro project is now at the root level.
2 lines
52 B
Plaintext
2 lines
52 B
Plaintext
web: npm run preview -- --host 0.0.0.0 --port $PORT
|