Skip to content

Commit 3963c89

Browse files
authored
Merge pull request #322 from Nexters/develop
[운영배포]
2 parents 6586638 + 5a8c221 commit 3963c89

File tree

30 files changed

+684
-418
lines changed

30 files changed

+684
-418
lines changed

.pnp.cjs

Lines changed: 190 additions & 6 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

apps/admin/package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -48,6 +48,7 @@
4848
"react-select": "^5.8.0",
4949
"react-tooltip": "^5.26.3",
5050
"the-new-css-reset": "^1.11.2",
51+
"ua-parser-js": "^2.0.4",
5152
"vconsole": "^3.15.1"
5253
},
5354
"devDependencies": {
Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
{
2+
"applinks": {
3+
"apps": [],
4+
"details": [
5+
{
6+
"appID": "83B9Y749K7.com.nexters.boolti",
7+
"paths": [
8+
"/concerts/*",
9+
"/gift/*",
10+
"/show/*"
11+
]
12+
}
13+
]
14+
}
15+
}
Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
[
2+
{
3+
"relation": ["delegate_permission/common.handle_all_urls"],
4+
"target": {
5+
"namespace": "android_app",
6+
"package_name": "com.nexters.boolti",
7+
"sha256_cert_fingerprints": [
8+
"BE:7A:EE:CB:F4:B5:35:80:E9:EE:1D:D8:E7:1A:73:7F:B2:BA:69:34:F0:C4:30:A6:49:2D:1C:1F:70:11:57:84"
9+
]
10+
}
11+
}
12+
]

0 commit comments

Comments
 (0)