036973ea32
Implement CRUD operations for tools and ratings, introduce analytics endpoints, and develop frontend components for displaying tools, ratings, and analytics data. Replit-Commit-Author: Agent Replit-Commit-Session-Id: 776963d0-f75d-42e2-a57b-cc36bdff8495 Replit-Commit-Checkpoint-Type: full_checkpoint Replit-Commit-Event-Id: feaa4ce1-5aed-4cc0-bcea-47855b615b48 Replit-Commit-Screenshot-Url: https://storage.googleapis.com/screenshot-production-us-central1/0683fb79-a27c-485c-9333-5f4b288c4567/776963d0-f75d-42e2-a57b-cc36bdff8495/rx9K7bW Replit-Helium-Checkpoint-Created: true
32 lines
601 B
TOML
32 lines
601 B
TOML
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 = "/"
|