docs: replace Replit config/docs with README; drop Replit files
Build & Push Docker Image / build (push) Successful in 2m29s
Build & Push Docker Image / build (push) Successful in 2m29s
This commit is contained in:
@@ -1,31 +0,0 @@
|
||||
kind = "web"
|
||||
previewPath = "/"
|
||||
title = "ToolRate — Tool-Bewertungsplattform"
|
||||
version = "1.0.0"
|
||||
id = "artifacts/toolrate"
|
||||
router = "path"
|
||||
|
||||
[[integratedSkills]]
|
||||
name = "react-vite"
|
||||
version = "1.0.0"
|
||||
|
||||
[[services]]
|
||||
name = "web"
|
||||
paths = [ "/" ]
|
||||
localPort = 26015
|
||||
|
||||
[services.development]
|
||||
run = "pnpm --filter @workspace/toolrate run dev"
|
||||
|
||||
[services.production]
|
||||
build = [ "pnpm", "--filter", "@workspace/toolrate", "run", "build" ]
|
||||
publicDir = "artifacts/toolrate/dist/public"
|
||||
serve = "static"
|
||||
|
||||
[[services.production.rewrites]]
|
||||
from = "/*"
|
||||
to = "/index.html"
|
||||
|
||||
[services.env]
|
||||
PORT = "26015"
|
||||
BASE_PATH = "/"
|
||||
Reference in New Issue
Block a user