Pre-Recovery checkpoint

This commit is contained in:
小麦 小麦
2025-06-14 07:34:22 +00:00
parent ce4f509519
commit 5c99aa518a

View File

@ -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"]
run = ["sh", "-c", "npm run dev"]