Skip to content

Commit 4dea6e4

Browse files
committed
feat: init query
Signed-off-by: Innei <[email protected]>
1 parent f3753fe commit 4dea6e4

30 files changed

+961
-391
lines changed

.env.template

+6
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
NEXT_PUBLIC_API_URL=http://127.0.0.1:2333/api/v2
2+
NEXT_PUBLIC_GATEWAY_URL=http://127.0.0.1:2333/
3+
# NEXT_PUBLIC_API_URL=http://192.168.31.195:2333
4+
# NEXT_PUBLIC_GATEWAY_URL=http://192.168.31.195:2333
5+
NEXT_PUBLIC_API_URL=https://innei.ren/api/v2
6+
NEXT_PUBLIC_GATEWAY_URL=https://api.innei.ren

.gitignore

+2-2
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,6 @@
22

33
# dependencies
44
/node_modules
5-
/.pnp
6-
.pnp.js
75

86
# testing
97
/coverage
@@ -34,3 +32,5 @@ yarn-error.log*
3432
# typescript
3533
*.tsbuildinfo
3634
next-env.d.ts
35+
36+
.env

package.json

+6-1
Original file line numberDiff line numberDiff line change
@@ -56,12 +56,17 @@
5656
],
5757
"dependencies": {
5858
"@floating-ui/react-dom": "2.0.0",
59-
"@mx-space/api-client": "1.4.0",
59+
"@mx-space/api-client": "1.4.1",
6060
"@tanstack/react-query": "4.29.12",
61+
"@tanstack/react-query-devtools": "4.29.12",
62+
"@tanstack/react-query-persist-client": "4.29.12",
6163
"axios": "1.4.0",
64+
"daisyui": "3.0.22",
6265
"dayjs": "1.11.8",
6366
"framer-motion": "^10.12.16",
67+
"idb-keyval": "6.2.1",
6468
"immer": "^10.0.2",
69+
"jotai": "2.1.1",
6570
"js-cookie": "3.0.5",
6671
"lodash-es": "4.17.21",
6772
"markdown-escape": "2.0.0",

0 commit comments

Comments
 (0)