From 0da8836d1ccc67a4735aa37214a98b184f058af3 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:23 +0000 Subject: [PATCH] Post-Recovery checkpoint --- .replit | 7 ++++--- replit.nix | 8 -------- 2 files changed, 4 insertions(+), 11 deletions(-) delete mode 100644 replit.nix diff --git a/.replit b/.replit index 39de7e7..983da56 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-24_05" +channel = "stable-22_11" [env] PATH = "/home/runner/$REPL_SLUG/.config/npm/node_global/bin:/home/runner/$REPL_SLUG/node_modules/.bin" @@ -27,4 +27,5 @@ language = "nodejs" start = "typescript-language-server --stdio" [deployment] -run = ["sh", "-c", "npm run dev"] +build = ["sh", "-c", "npm run build"] +run = ["sh", "-c", "npm run preview"] \ No newline at end of file diff --git a/replit.nix b/replit.nix deleted file mode 100644 index 962c864..0000000 --- a/replit.nix +++ /dev/null @@ -1,8 +0,0 @@ -{ pkgs }: { - deps = [ - pkgs.nodejs-16_x - pkgs.nodePackages.typescript-language-server - pkgs.yarn - pkgs.replitPackages.jest - ]; -} \ No newline at end of file