generated from Glavin001/next-ai-app-starter
-
Notifications
You must be signed in to change notification settings - Fork 13
/
.replit
41 lines (33 loc) · 1019 Bytes
/
.replit
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
# run = "tsx index.ts"
# entrypoint = "index.ts"
# hidden = [".config", "package-lock.json", "tsconfig.json"]
# onBoot = "npm install -g [email protected]"
# run = "npm run dev"
run = "pnpm dev"
entrypoint = "index.js"
modules = ["nodejs-20:v9-20231020-a3526c9"]
hidden = [".config", "package-lock.json", ".next", ".swc"]
[packager]
language = "nodejs"
[packager.features]
enabledForHosting = false
packageSearch = true
guessImports = true
[nix]
# channel = "stable-22_11"
channel = "stable-23_05"
[env]
XDG_CONFIG_HOME = "$REPL_HOME/.config"
PATH = "$REPL_HOME/node_modules/.bin:$REPL_HOME/.config/npm/node_global/bin"
npm_config_prefix = "$REPL_HOME/.config/npm/node_global"
[gitHubImport]
requiredFiles = [".replit", "replit.nix", ".config"]
[languages]
[languages.typescript]
pattern = "**/{*.ts,*.js,*.tsx,*.jsx,*.json}"
[languages.typescript.languageServer]
start = "typescript-language-server --stdio"
[deployment]
run = ["tsx", "index.ts"]
deploymentTarget = "cloudrun"
ignorePorts = false