Signal drop!
Relay (operand.online) is unreachable.
Usually, a dropped signal means an upgrade is happening. Hold on!
Sorry, no connección.
Hang in there while we get back on track
gram: op
> ./assets/package.json
{
"private": true,
"type": "module",
"scripts": {
"dev": "vite --host -l warn",
"build": "tsc && vite build",
"build-server": "tsc && vite build --ssr js/server.js --out-dir ../priv/react-components --minify esbuild && echo '{\"type\": \"module\" } ' > ../priv/react-components/package.json"
},
"devDependencies": {
"@tailwindcss/forms": "^0.5.7",
"@types/react": "^18.3.11",
"@types/react-dom": "^18.3.0",
"@vitejs/plugin-react": "^4.3.1",
"autoprefixer": "^10.4.19",
"daisyui": "^5.5.23",
"postcss": "^8.4.47",
"tailwindcss": "^4.3.1",
"typescript": "^5.6.2",
"vite": "^5.4.7"
},
"dependencies": {
"@tailwindcss/postcss": "^4.3.1",
"@tailwindcss/vite": "^4.3.1",
"live_react": "../deps/live_react",
"phoenix": "../deps/phoenix",
"phoenix_html": "../deps/phoenix_html",
"phoenix_live_view": "../deps/phoenix_live_view",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"theme-change": "^3.0.3",
"topbar": "^2.0.2"
}
}