Files
coolify/package.json
T
Andras Bacsai e2c2180f4f fix(dev): support root bind mounts and LAN Vite access
Keep the dev container as root for s6 init so composer can create
vendor/ on root-owned mounts, then chown writable paths to www-data.
Move init-setup into a shell script and expose VITE_HOST/PORT for
remote HMR (LAN/Tailscale) with Vite listening on 0.0.0.0.
2026-07-18 20:56:01 +02:00

25 lines
610 B
JSON

{
"name": "coolify",
"private": true,
"type": "module",
"scripts": {
"dev": "vite --host",
"build": "vite build"
},
"devDependencies": {
"@tailwindcss/postcss": "4.1.18",
"laravel-vite-plugin": "3.1.0",
"postcss": "8.5.15",
"tailwind-scrollbar": "4.0.2",
"tailwindcss": "4.1.18",
"vite": "8.0.16"
},
"dependencies": {
"@tailwindcss/forms": "0.5.10",
"@tailwindcss/typography": "0.5.16",
"@xterm/addon-fit": "0.10.0",
"@xterm/xterm": "5.5.0",
"playwright": "^1.58.2"
}
}