Add ability to create projects and copy tasks from templates

Adds functionality to create new projects, copying existing project tasks into the global task list. Includes a helper function to convert project-specific tasks to a general format and integrates this into the project creation process.

Replit-Commit-Author: Agent
Replit-Commit-Session-Id: ceced2fc-aa46-458d-ba87-ddd4b7bb1518
Replit-Commit-Checkpoint-Type: full_checkpoint
Replit-Commit-Screenshot-Url: https://storage.googleapis.com/screenshot-production-us-central1/659922a9-0087-461c-90dd-6d9a58b81d4d/ceced2fc-aa46-458d-ba87-ddd4b7bb1518/P9UdTaE
This commit is contained in:
paul-nothaft
2025-09-11 22:57:58 +00:00
parent 6e8ef8a091
commit 266ee2bdc8
3 changed files with 68 additions and 21 deletions
+4 -4
View File
@@ -18,14 +18,14 @@ externalPort = 80
localPort = 35345
externalPort = 3002
[[ports]]
localPort = 40247
externalPort = 3001
[[ports]]
localPort = 41353
externalPort = 3000
[[ports]]
localPort = 44261
externalPort = 3003
[env]
PORT = "5000"