1 Commits

Author SHA1 Message Date
GuavaPopper b7f66119ce feat: refresh RODA prod sync 2026-06-05 01:59:14 +07:00
2 changed files with 0 additions and 16 deletions
-10
View File
@@ -20,16 +20,6 @@ Buka URL dari Vite (default: `http://localhost:5173`) lalu akses launcher di `/`
| `npm run build` | Build static output ke folder `dist` |
| `npm run preview` | Preview hasil build |
## Deploy Netlify
Project ini sudah punya konfigurasi Netlify di `netlify.toml`.
Saat membuat site di Netlify:
- Repository: `GuavaPopper/PPL_Staging`
- Branch deploy: `Staging`
- Build command: `npm run build`
- Publish directory: `dist`
## Struktur Folder
```
-6
View File
@@ -1,6 +0,0 @@
[build]
command = "npm run build"
publish = "dist"
[build.environment]
NODE_VERSION = "22"