Pre-Recovery checkpoint
This commit is contained in:
7
.replit
7
.replit
@ -1,10 +1,10 @@
|
|||||||
run = "npm run dev"
|
run = "npm run dev"
|
||||||
entrypoint = "src/App.jsx"
|
|
||||||
|
|
||||||
hidden = [".config", "tsconfig.json", "tsconfig.node.json", "vite.config.js", ".gitignore"]
|
hidden = [".config", "tsconfig.json", "tsconfig.node.json", "vite.config.js", ".gitignore"]
|
||||||
|
modules = ["nodejs-20", "web", "nix"]
|
||||||
|
|
||||||
[nix]
|
[nix]
|
||||||
channel = "stable-22_11"
|
channel = "stable-24_05"
|
||||||
|
|
||||||
[env]
|
[env]
|
||||||
PATH = "/home/runner/$REPL_SLUG/.config/npm/node_global/bin:/home/runner/$REPL_SLUG/node_modules/.bin"
|
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"
|
start = "typescript-language-server --stdio"
|
||||||
|
|
||||||
[deployment]
|
[deployment]
|
||||||
build = ["sh", "-c", "npm run build"]
|
run = ["sh", "-c", "npm run dev"]
|
||||||
run = ["sh", "-c", "npm run preview"]
|
|
||||||
|
Reference in New Issue
Block a user