feat: add repo importing

This commit is contained in:
2026-01-17 19:32:37 -08:00
parent 831259a6a6
commit fb62081ca8
28 changed files with 1823 additions and 116 deletions

View File

@@ -27,7 +27,8 @@
"check": "svelte-kit sync && svelte-check --tsconfig ./tsconfig.json",
"check:watch": "svelte-kit sync && svelte-check --tsconfig ./tsconfig.json --watch",
"format": "prettier --write .",
"lint": "prettier --check ."
"lint": "prettier --check .",
"api": "RUST_LOG=debug doppler run -c dev -p ghostv2 -- cargo watch -x run"
},
"type": "module",
"dependencies": {
@@ -37,9 +38,11 @@
"@tanstack/svelte-query-devtools": "^6.0.3",
"better-auth": "^1.4.12",
"bits-ui": "^2.15.4",
"date-fns": "^4.1.0",
"dotenv": "^17.2.3",
"drizzle-orm": "^0.45.1",
"jose": "^6.1.3",
"nprogress": "^0.2.0"
"nprogress": "^0.2.0",
"svelte-sonner": "^1.0.7"
}
}