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"]