diff --git a/.replit b/.replit index 71d6dbc..d95dcdf 100644 --- a/.replit +++ b/.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"