We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bd856da commit 4fcd4daCopy full SHA for 4fcd4da
bun.lockb
1.44 KB
package.json
@@ -16,7 +16,8 @@
16
"install-apk": "adb install -r android/app/build/outputs/apk/debug/app-arm64-v8a-release.apk",
17
"install-release-apk": "adb install -r android/app/build/outputs/apk/release/app-arm64-v8a-release.apk",
18
"prettier": "prettier --check .",
19
- "prettier:fix": "prettier --write ."
+ "prettier:fix": "prettier --write .",
20
+ "db": "drizzle-kit generate"
21
},
22
"dependencies": {
23
"@op-engineering/op-sqlite": "^11.2.13",
@@ -28,6 +29,7 @@
28
29
"@react-navigation/stack": "^7.1.1",
30
"@shopify/react-native-skia": "^1.5.8",
31
"@tanstack/react-query": "^5.62.12",
32
+ "babel-plugin-inline-import": "^3.0.0",
33
"clsx": "^2.1.1",
34
"drizzle-orm": "^0.38.3",
35
"hono": "^4.6.11",
0 commit comments