Canvas: build application infrastructure with drag and drop
Change-Id: I5cfd12e67794f3376c5c025af29470d52d77cf16
diff --git a/apps/canvas/app.json b/apps/canvas/app.json
new file mode 100644
index 0000000..2cb66b1
--- /dev/null
+++ b/apps/canvas/app.json
@@ -0,0 +1,17 @@
+{
+ "$schema": "https://d.p.v1.dodo.cloud/schemas/gio/app.schema.json",
+ "app": {
+ "type": "nodejs-23.1.0",
+ "dev": {
+ "enabled": true,
+ "username": "gio"
+ },
+ "ingress": {
+ "network": "Public",
+ "subdomain": "canvas",
+ "auth": {
+ "enabled": true
+ }
+ }
+ }
+}