From 5c99aa518aefe3355ac8b12c14533308252d68d7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=B0=8F=E9=BA=A6=20=E5=B0=8F=E9=BA=A6?= <42069428-944286320@users.noreply.replit.com> Date: Sat, 14 Jun 2025 07:34:22 +0000 Subject: [PATCH] Pre-Recovery checkpoint --- .replit | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/.replit b/.replit index 983da56..39de7e7 100644 --- a/.replit +++ b/.replit @@ -1,10 +1,10 @@ run = "npm run dev" -entrypoint = "src/App.jsx" hidden = [".config", "tsconfig.json", "tsconfig.node.json", "vite.config.js", ".gitignore"] +modules = ["nodejs-20", "web", "nix"] [nix] -channel = "stable-22_11" +channel = "stable-24_05" [env] PATH = "/home/runner/$REPL_SLUG/.config/npm/node_global/bin:/home/runner/$REPL_SLUG/node_modules/.bin" @@ -27,5 +27,4 @@ language = "nodejs" start = "typescript-language-server --stdio" [deployment] -build = ["sh", "-c", "npm run build"] -run = ["sh", "-c", "npm run preview"] \ No newline at end of file +run = ["sh", "-c", "npm run dev"]