Initial import

This commit is contained in:
2026-06-23 15:47:39 +08:00
commit 74ad7f1524
134 changed files with 13769 additions and 0 deletions
+31
View File
@@ -0,0 +1,31 @@
kind = "web"
previewPath = "/"
title = "SineMedia 赛因芯微"
version = "1.0.0"
id = "artifacts/sinemedia-web"
router = "path"
[[integratedSkills]]
name = "react-vite"
version = "1.0.0"
[[services]]
name = "web"
paths = [ "/" ]
localPort = 22432
[services.development]
run = "pnpm --filter @workspace/sinemedia-web run dev"
[services.production]
build = [ "pnpm", "--filter", "@workspace/sinemedia-web", "run", "build" ]
publicDir = "artifacts/sinemedia-web/dist/public"
serve = "static"
[[services.production.rewrites]]
from = "/*"
to = "/index.html"
[services.env]
PORT = "22432"
BASE_PATH = "/"