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
type = "pwa-node"
[packager]
language = "nodejs"
# [packager]
# language = "nodejs"
[packager.features]
packageSearch = true
guessImports = true
enabledForHosting = false
# [packager.features]
# packageSearch = true
# guessImports = true
# enabledForHosting = false
[interpreter]
command = ["prybar-nodejs", "-q", "--ps1", "\u0001\u001B[33m\u0002\u0001\u001B[00m\u0002 ", "-i"]
# [interpreter]
# command = ["prybar-nodejs", "-q", "--ps1", "\u0001\u001B[33m\u0002\u0001\u001B[00m\u0002 ", "-i"]
[unitTest]
language = "nodejs"