Implement API endpoints and frontend components for creating and managing timesheets, projects, and dashboard functionalities. Replit-Commit-Author: Agent Replit-Commit-Session-Id: 55837015-10e9-4be9-b857-7f5e6be73772 Replit-Commit-Checkpoint-Type: full_checkpoint Replit-Commit-Event-Id: e5763354-5d83-482b-a89e-394e3eb5a41e Replit-Commit-Screenshot-Url: https://storage.googleapis.com/screenshot-production-us-central1/1cc377db-7ea0-49f2-97ce-c3e87e0228cc/55837015-10e9-4be9-b857-7f5e6be73772/JpyvMwJ Replit-Helium-Checkpoint-Created: true
32 lines
590 B
TOML
32 lines
590 B
TOML
kind = "web"
|
|
previewPath = "/"
|
|
title = "CRA - Compte Rendu d'Activité"
|
|
version = "1.0.0"
|
|
id = "artifacts/cra-app"
|
|
router = "path"
|
|
|
|
[[integratedSkills]]
|
|
name = "react-vite"
|
|
version = "1.0.0"
|
|
|
|
[[services]]
|
|
name = "web"
|
|
paths = [ "/" ]
|
|
localPort = 24212
|
|
|
|
[services.development]
|
|
run = "pnpm --filter @workspace/cra-app run dev"
|
|
|
|
[services.production]
|
|
build = [ "pnpm", "--filter", "@workspace/cra-app", "run", "build" ]
|
|
publicDir = "artifacts/cra-app/dist/public"
|
|
serve = "static"
|
|
|
|
[[services.production.rewrites]]
|
|
from = "/*"
|
|
to = "/index.html"
|
|
|
|
[services.env]
|
|
PORT = "24212"
|
|
BASE_PATH = "/"
|