Add Apache2 and lighttpd static build deployment options

This commit is contained in:
2026-04-18 16:40:14 -04:00
parent 6c40bf080d
commit 7329204125
5 changed files with 344 additions and 242 deletions
+10
View File
@@ -45,6 +45,16 @@ npm run dev
The dev server runs at `http://localhost:5173/` by default.
### Production Build (Recommended)
```bash
npm install
npm run build
# Serve dist/ folder with Apache, Nginx, lighttpd, or Caddy
```
See [DEPLOYMENT.md](DEPLOYMENT.md) for server configuration examples.
### Build for Production
```bash