Radish alpha
r
rad:z4V1sjrXqjvFdnCUbxPFqd5p4DtH5
Radicle web interface
Radicle
Git
Add radworks app manifest
Daniel Norman committed 1 month ago
commit d405a58f1b015f061c8484f1c1e14ba06ee1e17a
parent af74f2b
1 file changed +11 -0
added radworks.json
@@ -0,0 +1,11 @@
+
{
+
  "buildCommand": "npm run build",
+
  "outputDirectory": "build",
+
  "packageManager": "npm",
+
  "rewrites": [
+
    {
+
      "source": "/(.*)",
+
      "destination": "/index.html"
+
    }
+
  ]
+
}