Builds studio/ separately during Docker build and copies output to public/studio/ so it is served as static files by the Astro Node adapter. Catch-all route redirects deep studio links back to /studio for SPA routing. Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
16 lines
308 B
JSON
16 lines
308 B
JSON
{
|
|
"name": "rda-studio",
|
|
"private": true,
|
|
"version": "1.0.0",
|
|
"scripts": {
|
|
"dev": "sanity dev",
|
|
"build": "sanity build",
|
|
"deploy": "sanity deploy"
|
|
},
|
|
"dependencies": {
|
|
"react": "^18.3.1",
|
|
"react-dom": "^18.3.1",
|
|
"sanity": "^3.66.0",
|
|
"styled-components": "^6.4.2"
|
|
}
|
|
}
|