Radish alpha
r
rad:z4V1sjrXqjvFdnCUbxPFqd5p4DtH5
Radicle web interface
Radicle
Git
Add radworks app manifest
Merged 2color opened 1 month ago

This will allow building and loading the explorer in the radworks app

1 file changed +11 -0 af74f2b8 d405a58f
added radworks.json
@@ -0,0 +1,11 @@
+
{
+
  "buildCommand": "npm run build",
+
  "outputDirectory": "build",
+
  "packageManager": "npm",
+
  "rewrites": [
+
    {
+
      "source": "/(.*)",
+
      "destination": "/index.html"
+
    }
+
  ]
+
}