Initial commit
This commit is contained in:
17
artifacts/mockup-sandbox/.replit-artifact/artifact.toml
Normal file
17
artifacts/mockup-sandbox/.replit-artifact/artifact.toml
Normal file
@@ -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"
|
||||
Reference in New Issue
Block a user