Skip to content

Commit 915996b

Browse files
authored
update dependencies, remove auth (#9)
1 parent 84cfbfb commit 915996b

29 files changed

Lines changed: 283 additions & 1273 deletions

File tree

.github/workflows/ci.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -13,10 +13,10 @@ jobs:
1313

1414
steps:
1515
- name: Checkout repository
16-
uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6.0.1
16+
uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
1717

1818
- name: Setup Bun
19-
uses: oven-sh/setup-bun@b7a1c7ccf290d58743029c4f6903da283811b979 # v2.1.0
19+
uses: oven-sh/setup-bun@0c5077e51419868618aeaa5fe8019c62421857d6 # v2.2.0
2020
with:
2121
bun-version: latest
2222

@@ -26,7 +26,7 @@ jobs:
2626
- name: Lint code
2727
run: bun run lint
2828

29-
- name: Build CLI (test)
29+
- name: Build CLI
3030
run: bun run build:cli
3131

3232
- name: Run tests

.gitignore

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,6 @@ node_modules/
22
dist/
33

44
.astro/
5-
.vercel/
65
.wrangler/
76

87
.env

AGENTS.md

Lines changed: 0 additions & 138 deletions
This file was deleted.

apps/registry/package.json

Lines changed: 1 addition & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -3,26 +3,18 @@
33
"type": "module",
44
"private": true,
55
"scripts": {
6-
"ba:gen": "bunx --env=.env @better-auth/cli generate --config src/lib/auth/index.ts --output src/db/auth-schema.ts",
76
"build": "astro build",
87
"dev": "astro dev",
98
"deploy": "wrangler deploy"
109
},
1110
"dependencies": {
12-
"@better-auth/passkey": "catalog:",
13-
"@neondatabase/serverless": "^1.0.2",
1411
"astro": "catalog:",
15-
"better-auth": "catalog:",
16-
"drizzle-orm": "catalog:",
17-
"elysia": "catalog:",
1812
"solid-js": "catalog:",
19-
"tailwindcss": "catalog:",
20-
"zod": "catalog:"
13+
"tailwindcss": "catalog:"
2114
},
2215
"devDependencies": {
2316
"@astrojs/cloudflare": "catalog:",
2417
"@astrojs/solid-js": "catalog:",
25-
"@better-auth/cli": "catalog:",
2618
"@tailwindcss/vite": "catalog:",
2719
"wrangler": "catalog:"
2820
}

apps/registry/src/components/SignInButton.tsx

Lines changed: 0 additions & 28 deletions
This file was deleted.

0 commit comments

Comments
 (0)