fix(.replit): use proper commands

This commit is contained in:
hackermondev 2024-06-13 10:24:50 -04:00 committed by GitHub
parent 28be1cbbec
commit 41a6966e6f
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

16
.replit
View File

@ -52,16 +52,16 @@ sourceMaps = true
stopOnEntry = false stopOnEntry = false
type = "pwa-node" type = "pwa-node"
[packager] # [packager]
language = "nodejs" # language = "nodejs"
[packager.features] # [packager.features]
packageSearch = true # packageSearch = true
guessImports = true # guessImports = true
enabledForHosting = false # enabledForHosting = false
[interpreter] # [interpreter]
command = ["prybar-nodejs", "-q", "--ps1", "\u0001\u001B[33m\u0002\u0001\u001B[00m\u0002 ", "-i"] # command = ["prybar-nodejs", "-q", "--ps1", "\u0001\u001B[33m\u0002\u0001\u001B[00m\u0002 ", "-i"]
[unitTest] [unitTest]
language = "nodejs" language = "nodejs"