Create .replit

This commit is contained in:
q13x 2023-06-06 23:01:24 -08:00 committed by GitHub
parent efadaffd10
commit 268db06d5f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

27
.replit Normal file
View File

@ -0,0 +1,27 @@
run = "./replit_launch.sh"
hidden = [".build", ".config"]
[packager]
language = "nodejs"
[packager.features]
enabledForHosting = false
packageSearch = true
guessImports = true
[nix]
channel = "stable-22_11"
[gitHubImport]
requiredFiles = [".replit", "replit.nix", ".config"]
[languages]
[languages.typescript]
pattern = "**/{*.ts,*.js,*.tsx,*.jsx}"
[languages.typescript.languageServer]
start = "typescript-language-server --stdio"
[deployment]
run = ["sh", "-c"]