-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.replit
More file actions
56 lines (41 loc) · 1.04 KB
/
Copy path.replit
File metadata and controls
56 lines (41 loc) · 1.04 KB
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
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
modules = ["nodejs-24", "postgresql-16"]
[[artifacts]]
id = "artifacts/api-server"
[[artifacts]]
id = "artifacts/mockup-sandbox"
[deployment]
router = "application"
deploymentTarget = "autoscale"
[deployment.postBuild]
args = ["pnpm", "store", "prune"]
env = { "CI" = "true" }
[workflows]
runButton = "Project"
[agent]
stack = "PNPM_WORKSPACE"
expertMode = true
[postMerge]
path = "scripts/post-merge.sh"
timeoutMs = 20000
[userenv]
[userenv.development]
EXPO_PUBLIC_DOMAIN = "897d9e56-871c-4974-ac62-08cd46e83fb1-00-1t8plx8vfjhzz.riker.replit.dev"
[userenv.shared]
GOOGLE_CLIENT_ID = "840328984949-dmkcsc712o17tqv0qdd9g7f184dfi1tf.apps.googleusercontent.com"
GOOGLE_CLIENT_SECRET = "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"
KAKAO_APP_KEY = "7ecc0da3f08b73fec3c545cc852777d1"
GITHUB_TOKEN = "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"
[nix]
channel = "stable-25_05"
[[ports]]
localPort = 8080
externalPort = 8080
[[ports]]
localPort = 8081
externalPort = 8081
[[ports]]
localPort = 18688
externalPort = 3001
[[ports]]
localPort = 23744
externalPort = 3000