Skip to content

Commit d7a51be

Browse files
committed
fix config
1 parent 83f63b0 commit d7a51be

File tree

1 file changed

+16
-6
lines changed

1 file changed

+16
-6
lines changed

package.json

Lines changed: 16 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -8,16 +8,26 @@
88
"EpicMeApp": "npm run dev --silent --prefix ./epicshop/epic-me -- --clearScreen=false --logLevel=error --strictPort"
99
},
1010
"githubRepo": "https://github.com/epicweb-dev/mcp-ui",
11-
"subdomain": "mcp-ui",
1211
"instructor": {
13-
"name": "Some instructor",
12+
"name": "Kent C. Dodds",
1413
"avatar": "/images/instructor.png",
15-
"𝕏": "your_x_handle_here"
14+
"𝕏": "kentcdodds"
15+
},
16+
"stackBlitzConfig": {
17+
"view": "editor",
18+
"terminalHeight": "0",
19+
"hidedevtools": "1",
20+
"hideNavigation": "1"
1621
},
1722
"product": {
18-
"host": "www.epicweb.dev",
19-
"displayName": "EpicWeb.dev",
20-
"displayNameShort": "Epic Web"
23+
"host": "www.epicai.pro",
24+
"displayName": "EpicAI.pro",
25+
"displayNameShort": "Epic AI",
26+
"discordChannelId": "1409600723716411494",
27+
"discordTags": [
28+
"1409601169801871410",
29+
"1409601409355092039"
30+
]
2131
}
2232
},
2333
"type": "module",

0 commit comments

Comments
 (0)