Initial commit

This commit is contained in:
agent
2026-04-27 21:55:40 +00:00
commit 5b0eedb94b
114 changed files with 13543 additions and 0 deletions
@@ -0,0 +1,17 @@
kind = "design"
previewPath = "/__mockup"
title = "Canvas"
version = "1.0.0"
id = "XegfDyZt7HqfW2Bb8Ghoy"
[[services]]
localPort = 8081
name = "Component Preview Server"
paths = ["/__mockup"]
[services.env]
PORT = "8081"
BASE_PATH = "/__mockup"
[services.development]
run = "pnpm --filter @workspace/mockup-sandbox run dev"