Skip to content

Commit

Permalink
feature: users crud example (#12)
Browse files Browse the repository at this point in the history
* feat: add query examples

* feat: modal example

* feat: user CRUD example

* feat: use radix
  • Loading branch information
JLin-99 authored Nov 16, 2023
1 parent 9e664dd commit 8f4d655
Show file tree
Hide file tree
Showing 39 changed files with 1,311 additions and 413 deletions.
2 changes: 1 addition & 1 deletion .env.example
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ PUSHER_APP_CLUSTER=mt1
VITE_APP_NAME="${APP_NAME}"
VITE_APP_ENV="${APP_ENV}"
VITE_APP_URL="${APP_URL}"
VITE_API_URL="${APP_URL}"
VITE_API_URL="${APP_URL}/api"
VITE_GOOGLE_AUTH_SSO_CLIENT_ID=""

VITE_PUSHER_APP_KEY="${PUSHER_APP_KEY}"
Expand Down
1 change: 0 additions & 1 deletion cspell.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,6 @@
"fieldsets",
"filesize",
"Flugg",
"headlessui",
"heroicons",
"ianvs",
"larastan",
Expand Down
Loading

0 comments on commit 8f4d655

Please sign in to comment.