Skip to content

Commit

Permalink
feat: add better-auth
Browse files Browse the repository at this point in the history
  • Loading branch information
JadlionHD committed Jan 29, 2025
1 parent 00bfe3a commit 2f468bb
Show file tree
Hide file tree
Showing 18 changed files with 425 additions and 37 deletions.
1 change: 1 addition & 0 deletions .env
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
VUE_APP_BASE_URL=http://login.growserver.app:8080
4 changes: 3 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "growserver-frontend",
"version": "0.0.5",
"version": "0.0.6",
"private": true,
"type": "module",
"scripts": {
Expand All @@ -13,6 +13,7 @@
"format": "prettier --write src/"
},
"dependencies": {
"better-auth": "^1.1.14",
"pinia": "^2.2.6",
"vue": "^3.5.13",
"vue-router": "^4.4.5"
Expand All @@ -30,6 +31,7 @@
"autoprefixer": "^10.4.20",
"eslint": "^9.14.0",
"eslint-plugin-vue": "^9.30.0",
"motion-v": "^0.8.1",
"npm-run-all2": "^7.0.1",
"postcss": "^8.4.49",
"prettier": "^3.3.3",
Expand Down
Loading

0 comments on commit 2f468bb

Please sign in to comment.