run = "bash --rcfile .bashrc" language = "python" hidden = ["node_modules", ".github/**",'.git/**','.config/**','pact_broker/**'] [nix] channel = "stable-22_05" [env] VIRTUAL_ENV = "/home/runner/${REPL_SLUG}/venv" PYTHONPATH = "${VIRTUAL_ENV}/lib/python3.8/site-packages" REPLIT_POETRY_PYPI_REPOSITORY = "https://package-proxy.replit.com/pypi/" MPLBACKEND = "TkAgg" POETRY_CACHE_DIR = "${HOME}/${REPL_SLUG}/.cache/pypoetry" XDG_CONFIG_HOME = "/home/runner/.config" PATH = "/home/runner/$REPL_SLUG/.config/npm/node_global/bin:/home/runner/$REPL_SLUG/node_modules/.bin:${VIRTUAL_ENV}/lib/python3.8/site-packages:${VIRTUAL_ENV}/bin" npm_config_prefix = "/home/runner/$REPL_SLUG/.config/npm/node_global" IS_REPL = "true" [unitTest] language = "nodejs" [packager] language = "nodejs" [packager.features] packageSearch = true guessImports = true enabledForHosting = false [gitHubImport] requiredFiles = [".replit", "replit.nix"] [languages] [languages.javascript] pattern = "**/{*.js,*.jsx,*.ts,*.tsx}" [languages.javascript.languageServer] start = "typescript-language-server --stdio"