mirror of
https://github.com/WorldEditAxe/eaglerproxy.git
synced 2024-11-08 06:56:03 -08:00
Create .replit
This commit is contained in:
parent
efadaffd10
commit
268db06d5f
27
.replit
Normal file
27
.replit
Normal 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"]
|
Loading…
Reference in New Issue
Block a user