mirror of
https://codeberg.org/PostERG/xamxam.git
synced 2026-06-25 08:09:18 +02:00
- just dev now spawns a background chokidar watcher alongside the PHP server - CSS/JS changes auto-rebuild into dist/ (~200ms per rebuild) - just stop kills both the PHP server and the watcher - just dev-watch still available standalone for split-terminal workflows - chokidar-cli added as devDependency
17 lines
359 B
JSON
17 lines
359 B
JSON
{
|
|
"name": "xamxam",
|
|
"private": true,
|
|
"type": "module",
|
|
"scripts": {
|
|
"build": "node scripts/build.mjs",
|
|
"build:css": "node scripts/build-css.mjs",
|
|
"build:js": "node scripts/build-js.mjs"
|
|
},
|
|
"devDependencies": {
|
|
"@biomejs/biome": "^2.3.15",
|
|
"chokidar-cli": "^3.0.0",
|
|
"lightningcss": "^1.32.0",
|
|
"rolldown": "^1.1.3"
|
|
}
|
|
}
|