mirror of
https://github.com/coollabsio/coolify.git
synced 2026-08-24 02:24:11 -05:00
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.
25 lines
610 B
JSON
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"
|
|
}
|
|
}
|