Skip to content

Commit

Permalink
⚗️
Browse files Browse the repository at this point in the history
  • Loading branch information
cruzdanilo committed Jun 21, 2024
1 parent 1082ff8 commit 3aa16ff
Show file tree
Hide file tree
Showing 6 changed files with 8 additions and 10 deletions.
Binary file modified bun.lockb
Binary file not shown.
2 changes: 1 addition & 1 deletion common/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,6 @@
"dependencies": {
"@alchemy/aa-core": "^3.18.2",
"valibot": "^0.33.3",
"viem": "^2.16.0"
"viem": "^2.16.1"
}
}
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@
"tamagui": "^1.101.0",
"text-encoding": "^0.7.0",
"ua-parser-js": "^1.0.38",
"viem": "^2.16.0",
"viem": "^2.16.1",
"wagmi": "^2.10.4",
"webauthn-owner-plugin": "exactly/webauthn-owner-plugin#143dc74",
"zustand": "^4.5.2"
Expand Down Expand Up @@ -115,7 +115,7 @@
"@turnkey/webauthn-stamper": "npm:@favware/[email protected]",
"typescript": "~5.3.3",
"undici": "^6.18.2",
"viem": "^2.16.0",
"viem": "^2.16.1",
"zustand": "^4.5.2"
},
"trustedDependencies": [
Expand Down
5 changes: 0 additions & 5 deletions server/.vercelignore

This file was deleted.

5 changes: 3 additions & 2 deletions server/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "@exactly/server",
"type": "module",
"scripts": {
"prepare": "expo export .. --platform web --source-maps --output-dir server/app",
"build:app": "expo export .. --platform web --source-maps --output-dir server/app",
"test": "tsc",
"db:push": "drizzle-kit push",
"dev": "bun run --cwd .. vercel dev"
Expand All @@ -23,12 +23,13 @@
"drizzle-orm": "^0.31.2",
"jose": "^5.4.1",
"valibot": "^0.33.3",
"viem": "^2.16.0",
"viem": "^2.16.1",
"zod": "^3.23.8"
},
"devDependencies": {
"@types/node": "^20.14.7",
"drizzle-kit": "^0.22.7",
"expo-webauthn": "workspace:*",
"typescript": "^5.4.5",
"vercel": "^34.2.7"
}
Expand Down
2 changes: 2 additions & 0 deletions server/vercel.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,7 @@
"$schema": "https://openapi.vercel.sh/vercel.json",
"cleanUrls": true,
"trailingSlash": false,
"outputDirectory": "/",
"buildCommand": "bun run build:app",
"rewrites": [{ "source": "/:path((?!api/).*)", "destination": "/app/:path*" }]
}

0 comments on commit 3aa16ff

Please sign in to comment.