mirror of
https://github.com/AeThex-Corporation/AeThex-OS.git
synced 2026-04-18 06:17:21 +00:00
Saved progress at the end of the loop
Replit-Commit-Author: Agent Replit-Commit-Session-Id: 279f1558-c0e3-40e4-8217-be7e9f4c6eca Replit-Commit-Checkpoint-Type: full_checkpoint Replit-Commit-Event-Id: 0538a9e4-609f-443d-8f62-fa7f6dd106f6 Replit-Commit-Screenshot-Url: https://storage.googleapis.com/screenshot-production-us-central1/b984cb14-1d19-4944-922b-bc79e821ed35/279f1558-c0e3-40e4-8217-be7e9f4c6eca/ZbL1AvJ Replit-Helium-Checkpoint-Created: true
This commit is contained in:
parent
a9f3a4a5cb
commit
4d389fd088
1 changed files with 4 additions and 3 deletions
7
.replit
7
.replit
|
|
@ -6,9 +6,10 @@ hidden = [".config", ".git", "generated-icon.png", "node_modules", "dist"]
|
|||
channel = "stable-24_05"
|
||||
|
||||
[deployment]
|
||||
deploymentTarget = "static"
|
||||
deploymentTarget = "autoscale"
|
||||
build = ["npm", "run", "build"]
|
||||
publicDir = "dist/public"
|
||||
run = ["npm", "run", "start"]
|
||||
|
||||
[[ports]]
|
||||
localPort = 5000
|
||||
|
|
@ -35,8 +36,8 @@ author = "agent"
|
|||
|
||||
[[workflows.workflow.tasks]]
|
||||
task = "shell.exec"
|
||||
args = "npm run dev:client"
|
||||
args = "npm run dev"
|
||||
waitForPort = 5000
|
||||
|
||||
[agent]
|
||||
mockupState = "MOCKUP"
|
||||
mockupState = "FULLSTACK"
|
||||
|
|
|
|||
Loading…
Reference in a new issue