Skip to content

Commit

Permalink
feat: init query
Browse files Browse the repository at this point in the history
Signed-off-by: Innei <tukon479@gmail.com>
  • Loading branch information
Innei committed Jun 10, 2023
1 parent f3753fe commit 4dea6e4
Show file tree
Hide file tree
Showing 30 changed files with 961 additions and 391 deletions.
6 changes: 6 additions & 0 deletions .env.template
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
NEXT_PUBLIC_API_URL=http://127.0.0.1:2333/api/v2
NEXT_PUBLIC_GATEWAY_URL=http://127.0.0.1:2333/
# NEXT_PUBLIC_API_URL=http://192.168.31.195:2333
# NEXT_PUBLIC_GATEWAY_URL=http://192.168.31.195:2333
NEXT_PUBLIC_API_URL=https://innei.ren/api/v2
NEXT_PUBLIC_GATEWAY_URL=https://api.innei.ren
4 changes: 2 additions & 2 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,6 @@

# dependencies
/node_modules
/.pnp
.pnp.js

# testing
/coverage
Expand Down Expand Up @@ -34,3 +32,5 @@ yarn-error.log*
# typescript
*.tsbuildinfo
next-env.d.ts

.env
7 changes: 6 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -56,12 +56,17 @@
],
"dependencies": {
"@floating-ui/react-dom": "2.0.0",
"@mx-space/api-client": "1.4.0",
"@mx-space/api-client": "1.4.1",
"@tanstack/react-query": "4.29.12",
"@tanstack/react-query-devtools": "4.29.12",
"@tanstack/react-query-persist-client": "4.29.12",
"axios": "1.4.0",
"daisyui": "3.0.22",
"dayjs": "1.11.8",
"framer-motion": "^10.12.16",
"idb-keyval": "6.2.1",
"immer": "^10.0.2",
"jotai": "2.1.1",
"js-cookie": "3.0.5",
"lodash-es": "4.17.21",
"markdown-escape": "2.0.0",
Expand Down
Loading

0 comments on commit 4dea6e4

Please sign in to comment.