-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.aicode.json
More file actions
50 lines (50 loc) · 1.48 KB
/
.aicode.json
File metadata and controls
50 lines (50 loc) · 1.48 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
{
"activeGroup" : "build",
"groups" : {
"Default" : [
"package.json",
"src/app/App.tsx",
"src/features/chat/components/ChatHeader.tsx",
"src/features/chat/components/ChatMain.tsx",
"src/features/chat/components/InputIsland.tsx",
"src/features/chat/components/MessageList.tsx",
"src/features/chat/components/ShareModal.tsx",
"src/features/chat/hooks.ts",
"src/features/chat/store.ts",
"src/features/chat/types.ts",
"src/features/chat/utils.ts",
"src/features/contacts/components/ProfileCard.tsx",
"src/features/contacts/components/Sidebar.tsx",
"src/features/contacts/components/UserList.tsx",
"src/features/contacts/hooks.ts",
"src/features/contacts/store.ts",
"src/features/contacts/types.ts",
"src/features/network/hooks.ts",
"src/features/network/notify.ts",
"src/features/network/socket.ts",
"src/features/network/types.ts",
"src/features/theme/hooks.ts",
"src/features/theme/store.ts",
"src/features/theme/types.ts",
"src/main.tsx",
"src/styles/index.css"
],
"build" : [
"build-all.sh",
"build.sh",
"package.json",
"scripts/build-all.mjs",
"scripts/copy-static.mjs"
],
"server" : [
"server/README.md",
"server/client.go",
"server/go.mod",
"server/go.sum",
"server/hub.go",
"server/main.go",
"server/message.go",
"server/static/index.html"
]
}
}