Releases: Stijnus/bolt-astro-basic-template
Releases · Stijnus/bolt-astro-basic-template
v1.1.1 - Cleaned Template
Template Cleanup
- Removed committed node_modules directory to reduce archive size from ~9k files to minimal template files
- Added comprehensive .gitignore for Astro projects including:
- node_modules/ and package lock files
- dist/, .output/, .astro/ directories
- Environment files and IDE configs
- Logs and temporary files
This release provides a clean, lightweight template that Bolt can download and use efficiently.
🤖 Generated with Claude Code
v1.1.0 - Complete Astro Template
Astro Basic Template v1.1.0
Complete Astro static site generator template with:
- ✅ Full project structure with src/, public/ directories
- ✅ Astro configuration (astro.config.mjs)
- ✅ TypeScript support (tsconfig.json)
- ✅ .bolt configuration for template system
- ✅ Modern build tooling and dependencies
- ✅ Ready-to-use development and build scripts
Usage
npm install- Install dependenciesnpm run dev- Start development servernpm run build- Build for production
This release contains the complete template files, fixing import issues in Bolt.diy webcontainer.