Initial import
This commit is contained in:
@@ -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 = "/"
|
||||
Reference in New Issue
Block a user