feat: add repo importing
This commit is contained in:
@@ -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"
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user