create-croissant 0.1.45 → 0.1.46

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (146) hide show
  1. package/dist/add.js +8 -8
  2. package/dist/index.js +8 -8
  3. package/package.json +10 -10
  4. package/template/.env.example +2 -2
  5. package/template/.github/dependabot.yml +15 -0
  6. package/template/.github/workflows/ci.yml +143 -0
  7. package/template/.github/workflows/dependabot-automerge.yml +23 -0
  8. package/template/.husky/pre-push +0 -0
  9. package/template/README.md +23 -23
  10. package/template/apps/desktop/README.md +5 -5
  11. package/template/apps/desktop/package.json +5 -5
  12. package/template/apps/mobile/README.md +3 -3
  13. package/template/apps/mobile/app/(tabs)/explore.tsx +1 -0
  14. package/template/apps/mobile/app/(tabs)/index.tsx +23 -27
  15. package/template/apps/mobile/app/index.tsx +9 -16
  16. package/template/apps/mobile/app.json +6 -1
  17. package/template/apps/mobile/lib/auth-client.ts +1 -1
  18. package/template/apps/mobile/lib/orpc.ts +10 -5
  19. package/template/apps/mobile/package.json +6 -5
  20. package/template/apps/mobile/scripts/reset-project.js +0 -0
  21. package/template/apps/platform/.env.example +1 -1
  22. package/template/apps/platform/package.json +8 -5
  23. package/template/apps/platform/portless.json +3 -0
  24. package/template/apps/platform/src/router.tsx +0 -1
  25. package/template/package.json +21 -16
  26. package/template/packages/auth/package.json +2 -2
  27. package/template/packages/db/package.json +1 -1
  28. package/template/packages/orpc/package.json +4 -3
  29. package/template/packages/ui/package.json +3 -2
  30. package/template/pnpm-workspace.yaml +3 -0
  31. package/template/.expo/README.md +0 -13
  32. package/template/.expo/devices.json +0 -3
  33. package/template/packages/orpc/node_modules/@types/node/LICENSE +0 -21
  34. package/template/packages/orpc/node_modules/@types/node/README.md +0 -15
  35. package/template/packages/orpc/node_modules/@types/node/assert/strict.d.ts +0 -111
  36. package/template/packages/orpc/node_modules/@types/node/assert.d.ts +0 -1078
  37. package/template/packages/orpc/node_modules/@types/node/async_hooks.d.ts +0 -603
  38. package/template/packages/orpc/node_modules/@types/node/buffer.buffer.d.ts +0 -472
  39. package/template/packages/orpc/node_modules/@types/node/buffer.d.ts +0 -1934
  40. package/template/packages/orpc/node_modules/@types/node/child_process.d.ts +0 -1476
  41. package/template/packages/orpc/node_modules/@types/node/cluster.d.ts +0 -578
  42. package/template/packages/orpc/node_modules/@types/node/compatibility/disposable.d.ts +0 -14
  43. package/template/packages/orpc/node_modules/@types/node/compatibility/index.d.ts +0 -9
  44. package/template/packages/orpc/node_modules/@types/node/compatibility/indexable.d.ts +0 -20
  45. package/template/packages/orpc/node_modules/@types/node/compatibility/iterators.d.ts +0 -20
  46. package/template/packages/orpc/node_modules/@types/node/console.d.ts +0 -452
  47. package/template/packages/orpc/node_modules/@types/node/constants.d.ts +0 -21
  48. package/template/packages/orpc/node_modules/@types/node/crypto.d.ts +0 -4545
  49. package/template/packages/orpc/node_modules/@types/node/dgram.d.ts +0 -600
  50. package/template/packages/orpc/node_modules/@types/node/diagnostics_channel.d.ts +0 -578
  51. package/template/packages/orpc/node_modules/@types/node/dns/promises.d.ts +0 -503
  52. package/template/packages/orpc/node_modules/@types/node/dns.d.ts +0 -923
  53. package/template/packages/orpc/node_modules/@types/node/domain.d.ts +0 -170
  54. package/template/packages/orpc/node_modules/@types/node/events.d.ts +0 -976
  55. package/template/packages/orpc/node_modules/@types/node/fs/promises.d.ts +0 -1295
  56. package/template/packages/orpc/node_modules/@types/node/fs.d.ts +0 -4461
  57. package/template/packages/orpc/node_modules/@types/node/globals.d.ts +0 -172
  58. package/template/packages/orpc/node_modules/@types/node/globals.typedarray.d.ts +0 -38
  59. package/template/packages/orpc/node_modules/@types/node/http.d.ts +0 -2089
  60. package/template/packages/orpc/node_modules/@types/node/http2.d.ts +0 -2644
  61. package/template/packages/orpc/node_modules/@types/node/https.d.ts +0 -579
  62. package/template/packages/orpc/node_modules/@types/node/index.d.ts +0 -97
  63. package/template/packages/orpc/node_modules/@types/node/inspector.d.ts +0 -253
  64. package/template/packages/orpc/node_modules/@types/node/inspector.generated.d.ts +0 -4052
  65. package/template/packages/orpc/node_modules/@types/node/module.d.ts +0 -891
  66. package/template/packages/orpc/node_modules/@types/node/net.d.ts +0 -1076
  67. package/template/packages/orpc/node_modules/@types/node/os.d.ts +0 -506
  68. package/template/packages/orpc/node_modules/@types/node/package.json +0 -145
  69. package/template/packages/orpc/node_modules/@types/node/path.d.ts +0 -200
  70. package/template/packages/orpc/node_modules/@types/node/perf_hooks.d.ts +0 -968
  71. package/template/packages/orpc/node_modules/@types/node/process.d.ts +0 -2084
  72. package/template/packages/orpc/node_modules/@types/node/punycode.d.ts +0 -117
  73. package/template/packages/orpc/node_modules/@types/node/querystring.d.ts +0 -152
  74. package/template/packages/orpc/node_modules/@types/node/readline/promises.d.ts +0 -161
  75. package/template/packages/orpc/node_modules/@types/node/readline.d.ts +0 -594
  76. package/template/packages/orpc/node_modules/@types/node/repl.d.ts +0 -428
  77. package/template/packages/orpc/node_modules/@types/node/sea.d.ts +0 -153
  78. package/template/packages/orpc/node_modules/@types/node/sqlite.d.ts +0 -721
  79. package/template/packages/orpc/node_modules/@types/node/stream/consumers.d.ts +0 -38
  80. package/template/packages/orpc/node_modules/@types/node/stream/promises.d.ts +0 -90
  81. package/template/packages/orpc/node_modules/@types/node/stream/web.d.ts +0 -622
  82. package/template/packages/orpc/node_modules/@types/node/stream.d.ts +0 -1687
  83. package/template/packages/orpc/node_modules/@types/node/string_decoder.d.ts +0 -67
  84. package/template/packages/orpc/node_modules/@types/node/test.d.ts +0 -2163
  85. package/template/packages/orpc/node_modules/@types/node/timers/promises.d.ts +0 -108
  86. package/template/packages/orpc/node_modules/@types/node/timers.d.ts +0 -287
  87. package/template/packages/orpc/node_modules/@types/node/tls.d.ts +0 -1319
  88. package/template/packages/orpc/node_modules/@types/node/trace_events.d.ts +0 -197
  89. package/template/packages/orpc/node_modules/@types/node/ts5.6/buffer.buffer.d.ts +0 -468
  90. package/template/packages/orpc/node_modules/@types/node/ts5.6/globals.typedarray.d.ts +0 -34
  91. package/template/packages/orpc/node_modules/@types/node/ts5.6/index.d.ts +0 -97
  92. package/template/packages/orpc/node_modules/@types/node/tty.d.ts +0 -208
  93. package/template/packages/orpc/node_modules/@types/node/url.d.ts +0 -984
  94. package/template/packages/orpc/node_modules/@types/node/util.d.ts +0 -2606
  95. package/template/packages/orpc/node_modules/@types/node/v8.d.ts +0 -920
  96. package/template/packages/orpc/node_modules/@types/node/vm.d.ts +0 -1000
  97. package/template/packages/orpc/node_modules/@types/node/wasi.d.ts +0 -181
  98. package/template/packages/orpc/node_modules/@types/node/web-globals/abortcontroller.d.ts +0 -34
  99. package/template/packages/orpc/node_modules/@types/node/web-globals/domexception.d.ts +0 -68
  100. package/template/packages/orpc/node_modules/@types/node/web-globals/events.d.ts +0 -97
  101. package/template/packages/orpc/node_modules/@types/node/web-globals/fetch.d.ts +0 -55
  102. package/template/packages/orpc/node_modules/@types/node/web-globals/navigator.d.ts +0 -22
  103. package/template/packages/orpc/node_modules/@types/node/web-globals/storage.d.ts +0 -24
  104. package/template/packages/orpc/node_modules/@types/node/worker_threads.d.ts +0 -784
  105. package/template/packages/orpc/node_modules/@types/node/zlib.d.ts +0 -747
  106. package/template/packages/orpc/node_modules/undici-types/LICENSE +0 -21
  107. package/template/packages/orpc/node_modules/undici-types/README.md +0 -6
  108. package/template/packages/orpc/node_modules/undici-types/agent.d.ts +0 -31
  109. package/template/packages/orpc/node_modules/undici-types/api.d.ts +0 -43
  110. package/template/packages/orpc/node_modules/undici-types/balanced-pool.d.ts +0 -29
  111. package/template/packages/orpc/node_modules/undici-types/cache.d.ts +0 -36
  112. package/template/packages/orpc/node_modules/undici-types/client.d.ts +0 -108
  113. package/template/packages/orpc/node_modules/undici-types/connector.d.ts +0 -34
  114. package/template/packages/orpc/node_modules/undici-types/content-type.d.ts +0 -21
  115. package/template/packages/orpc/node_modules/undici-types/cookies.d.ts +0 -28
  116. package/template/packages/orpc/node_modules/undici-types/diagnostics-channel.d.ts +0 -66
  117. package/template/packages/orpc/node_modules/undici-types/dispatcher.d.ts +0 -256
  118. package/template/packages/orpc/node_modules/undici-types/env-http-proxy-agent.d.ts +0 -21
  119. package/template/packages/orpc/node_modules/undici-types/errors.d.ts +0 -149
  120. package/template/packages/orpc/node_modules/undici-types/eventsource.d.ts +0 -61
  121. package/template/packages/orpc/node_modules/undici-types/fetch.d.ts +0 -209
  122. package/template/packages/orpc/node_modules/undici-types/file.d.ts +0 -39
  123. package/template/packages/orpc/node_modules/undici-types/filereader.d.ts +0 -54
  124. package/template/packages/orpc/node_modules/undici-types/formdata.d.ts +0 -108
  125. package/template/packages/orpc/node_modules/undici-types/global-dispatcher.d.ts +0 -9
  126. package/template/packages/orpc/node_modules/undici-types/global-origin.d.ts +0 -7
  127. package/template/packages/orpc/node_modules/undici-types/handlers.d.ts +0 -15
  128. package/template/packages/orpc/node_modules/undici-types/header.d.ts +0 -4
  129. package/template/packages/orpc/node_modules/undici-types/index.d.ts +0 -71
  130. package/template/packages/orpc/node_modules/undici-types/interceptors.d.ts +0 -17
  131. package/template/packages/orpc/node_modules/undici-types/mock-agent.d.ts +0 -50
  132. package/template/packages/orpc/node_modules/undici-types/mock-client.d.ts +0 -25
  133. package/template/packages/orpc/node_modules/undici-types/mock-errors.d.ts +0 -12
  134. package/template/packages/orpc/node_modules/undici-types/mock-interceptor.d.ts +0 -93
  135. package/template/packages/orpc/node_modules/undici-types/mock-pool.d.ts +0 -25
  136. package/template/packages/orpc/node_modules/undici-types/package.json +0 -55
  137. package/template/packages/orpc/node_modules/undici-types/patch.d.ts +0 -33
  138. package/template/packages/orpc/node_modules/undici-types/pool-stats.d.ts +0 -19
  139. package/template/packages/orpc/node_modules/undici-types/pool.d.ts +0 -39
  140. package/template/packages/orpc/node_modules/undici-types/proxy-agent.d.ts +0 -28
  141. package/template/packages/orpc/node_modules/undici-types/readable.d.ts +0 -65
  142. package/template/packages/orpc/node_modules/undici-types/retry-agent.d.ts +0 -8
  143. package/template/packages/orpc/node_modules/undici-types/retry-handler.d.ts +0 -116
  144. package/template/packages/orpc/node_modules/undici-types/util.d.ts +0 -18
  145. package/template/packages/orpc/node_modules/undici-types/webidl.d.ts +0 -228
  146. package/template/packages/orpc/node_modules/undici-types/websocket.d.ts +0 -150
@@ -1,34 +1,27 @@
1
- import { View, Text, StyleSheet, ScrollView, FlatList } from "react-native";
2
- import { Link, useRouter } from "expo-router";
3
- import { useQueryClient } from "@tanstack/react-query";
1
+ import { View, Text, StyleSheet, ScrollView } from "react-native";
2
+ import { useRouter } from "expo-router";
4
3
  import { Button } from "@/components/ui/button";
5
- import { usePlanets } from "@workspace/orpc/react";
6
- import { orpc } from "@/lib/orpc";
7
- import { useEffect, useState } from "react";
4
+ import { usePlanets, useHello } from "@workspace/orpc/react";
8
5
 
9
6
  export default function LandingScreen() {
10
7
  const router = useRouter();
11
- const [helloMessage, setHelloMessage] = useState("");
12
- const { data: planets = [], isLoading } = usePlanets();
13
-
14
- useEffect(() => {
15
- orpc.hello({ name: "Croissant Stack Mobile" }).then((res) => {
16
- setHelloMessage(res.message);
17
- });
18
- }, []);
8
+ const { data: helloData, isLoading: isHelloLoading } = useHello("Croissant Stack Mobile");
9
+ const { data: planets = [], isLoading: isPlanetsLoading } = usePlanets();
19
10
 
20
11
  return (
21
12
  <ScrollView style={styles.container} contentContainerStyle={styles.content}>
22
13
  <View style={styles.header}>
23
14
  <Text style={styles.title}>Project ready!</Text>
24
15
  <Text style={styles.subtitle}>
25
- oRPC integration: <Text style={styles.bold}>{helloMessage || "Loading..."}</Text>
16
+ oRPC integration: <Text style={styles.bold}>
17
+ {isHelloLoading ? "Loading..." : helloData?.message}
18
+ </Text>
26
19
  </Text>
27
20
  </View>
28
21
 
29
22
  <View style={styles.section}>
30
23
  <Text style={styles.sectionTitle}>Planets from Database:</Text>
31
- {isLoading ? (
24
+ {isPlanetsLoading ? (
32
25
  <Text style={styles.loading}>Loading planets...</Text>
33
26
  ) : planets.length === 0 ? (
34
27
  <Text style={styles.empty}>
@@ -9,7 +9,12 @@
9
9
  "userInterfaceStyle": "automatic",
10
10
  "newArchEnabled": true,
11
11
  "ios": {
12
- "supportsTablet": true
12
+ "supportsTablet": true,
13
+ "infoPlist": {
14
+ "NSAppTransportSecurity": {
15
+ "NSAllowsLocalNetworking": true
16
+ }
17
+ }
13
18
  },
14
19
  "android": {
15
20
  "adaptiveIcon": {
@@ -3,7 +3,7 @@ import { expoClient } from "@better-auth/expo/client";
3
3
  import * as SecureStore from "expo-secure-store";
4
4
 
5
5
  export const authClient = createAuthClient({
6
- baseURL: process.env.EXPO_PUBLIC_BETTER_AUTH_URL || "http://localhost:3000",
6
+ baseURL: process.env.EXPO_PUBLIC_BETTER_AUTH_URL || "https://platform.local",
7
7
  plugins: [
8
8
  expoClient({
9
9
  scheme: "mobile",
@@ -2,17 +2,22 @@ import { createORPCClient } from '@orpc/client'
2
2
  import { RPCLink } from '@orpc/client/fetch'
3
3
  import { RouterClient } from '@orpc/server'
4
4
  import { router } from '@workspace/orpc/router'
5
+ import { authClient } from './auth-client'
5
6
 
6
7
  export const link = new RPCLink({
7
- url: `http://localhost:3000/api/rpc`,
8
+ url: `https://platform.local/api/rpc`,
8
9
  async fetch(request, init) {
9
10
  const { fetch } = await import('expo/fetch')
10
-
11
+ const headers = new Map<string, string>();
12
+ const cookies = authClient.getCookie();
13
+ if (cookies) {
14
+ headers.set("Cookie", cookies);
15
+ }
16
+
11
17
  const resp = await fetch(request.url, {
12
- body: await request.blob(),
13
- headers: request.headers,
18
+ body: request.body,
19
+ headers: Object.fromEntries(headers),
14
20
  method: request.method,
15
- signal: request.signal,
16
21
  ...init,
17
22
  })
18
23
 
@@ -23,8 +23,8 @@
23
23
  "@react-navigation/native": "^7.1.8",
24
24
  "@tanstack/react-form": "^1.29.1",
25
25
  "@tanstack/react-query": "^5.100.5",
26
- "@workspace/orpc": "^0.0.0",
27
- "@workspace/ui": "^0.0.0",
26
+ "@workspace/orpc": "workspace:*",
27
+ "@workspace/ui": "workspace:*",
28
28
  "better-auth": "^1.6.9",
29
29
  "expo": "^55.0.17",
30
30
  "expo-constants": "~55.0.15",
@@ -40,14 +40,15 @@
40
40
  "expo-symbols": "~55.0.7",
41
41
  "expo-system-ui": "~55.0.16",
42
42
  "expo-web-browser": "~55.0.14",
43
- "react-native": "^0.84.0",
43
+ "react": "19.2.5",
44
+ "react-dom": "19.2.5",
45
+ "react-native": "0.83.6",
44
46
  "react-native-gesture-handler": "~2.30.0",
45
47
  "react-native-reanimated": "4.2.1",
46
48
  "react-native-safe-area-context": "~5.6.0",
47
49
  "react-native-screens": "~4.23.0",
48
50
  "react-native-web": "~0.21.0",
49
- "react-native-worklets": "0.7.4",
50
- "zod": "4.3.6"
51
+ "react-native-worklets": "0.7.4"
51
52
  },
52
53
  "devDependencies": {
53
54
  "babel-plugin-transform-import-meta": "^2.3.3",
File without changes
@@ -1,4 +1,4 @@
1
1
  BETTER_AUTH_SECRET=your-super-secret-key-change-this-in-production
2
- BETTER_AUTH_URL=http://localhost:3000
2
+ BETTER_AUTH_URL=https://platform.local
3
3
 
4
4
  DATABASE_URL=postgresql://postgres:postgres@localhost:5432/auth
@@ -4,7 +4,7 @@
4
4
  "private": true,
5
5
  "type": "module",
6
6
  "scripts": {
7
- "dev": "vite dev --port 3000",
7
+ "dev": "portless platform vite dev",
8
8
  "build": "vite build",
9
9
  "preview": "vite preview",
10
10
  "typecheck": "tsc --noEmit",
@@ -22,12 +22,13 @@
22
22
  "@tanstack/react-router": "^1.168.24",
23
23
  "@tanstack/react-start": "^1.167.49",
24
24
  "@tanstack/router-plugin": "^1.167.27",
25
- "@workspace/auth": "*",
26
- "@workspace/orpc": "*",
27
- "@workspace/ui": "*",
25
+ "@workspace/auth": "workspace:*",
26
+ "@workspace/orpc": "workspace:*",
27
+ "@workspace/ui": "workspace:*",
28
28
  "better-auth": "^1.6.9",
29
29
  "lucide-react": "^1.11.0",
30
30
  "nitro": "latest",
31
+ "sonner": "^2.0.7",
31
32
  "tailwindcss": "^4.2.4",
32
33
  "vite-tsconfig-paths": "^6.1.1",
33
34
  "zod": "4.3.6"
@@ -35,7 +36,9 @@
35
36
  "devDependencies": {
36
37
  "@types/node": "^25.6.0",
37
38
  "@vitejs/plugin-react": "^6.0.1",
38
- "@workspace/config-typescript": "*",
39
+ "@workspace/config-typescript": "workspace:*",
40
+ "dotenv": "^17.4.2",
41
+ "drizzle-kit": "^0.31.10",
39
42
  "vite": "^8.0.10"
40
43
  }
41
44
  }
@@ -0,0 +1,3 @@
1
+ {
2
+ "name": "platform"
3
+ }
@@ -4,7 +4,6 @@ import { routeTree } from "./routeTree.gen";
4
4
  export function getRouter() {
5
5
  const router = createTanStackRouter({
6
6
  routeTree,
7
-
8
7
  scrollRestoration: true,
9
8
  defaultPreload: "intent",
10
9
  defaultPreloadStaleTime: 0,
@@ -2,13 +2,10 @@
2
2
  "name": "croissant-stack",
3
3
  "version": "0.0.1",
4
4
  "private": true,
5
- "workspaces": [
6
- "apps/*",
7
- "packages/*"
8
- ],
9
5
  "scripts": {
10
6
  "build": "turbo build",
11
- "dev": "turbo dev",
7
+ "dev": "PORTLESS_LAN=1 turbo dev",
8
+ "proxy:lan": "portless proxy start --lan",
12
9
  "lint": "oxlint --ignore-path .oxlintignore .",
13
10
  "lint:fix": "oxlint --fix --ignore-path .oxlintignore .",
14
11
  "format": "oxfmt --check --ignore-path .oxlintignore",
@@ -16,37 +13,45 @@
16
13
  "quality": "turbo quality",
17
14
  "quality:fix": "turbo quality:fix",
18
15
  "typecheck": "turbo typecheck",
19
- "ci": "npm run lint && npm run typecheck && npm run build",
16
+ "dev:mobile": "turbo run dev --filter=mobile",
17
+ "dev:ios": "turbo run dev --filter=mobile -- --ios",
18
+ "dev:android": "turbo run dev --filter=mobile -- --android",
19
+ "ci": "pnpm run lint && pnpm run typecheck && pnpm run build",
20
20
  "db:up": "docker compose up -d",
21
21
  "db:down": "docker compose down",
22
22
  "db:logs": "docker compose logs -f",
23
- "update-deps": "npx npm-check-updates -u -w --root && npm install",
23
+ "update-deps": "pnpm dlx npm-check-updates -u -w --root && pnpm install",
24
24
  "prepare": "husky"
25
25
  },
26
26
  "dependencies": {
27
27
  "react": "19.2.5",
28
- "react-dom": "19.2.5"
28
+ "react-dom": "19.2.5",
29
+ "react-native": "0.83.6"
29
30
  },
30
31
  "devDependencies": {
31
32
  "@better-auth/core": "^1.6.9",
32
33
  "@types/react": "^19.2.7",
33
34
  "@types/react-dom": "^19.2.3",
34
35
  "husky": "^9.1.7",
35
- "oxfmt": "^0.46.0",
36
- "oxlint": "^1.61.0",
36
+ "oxfmt": "latest",
37
+ "oxlint": "latest",
38
+ "portless": "^0.11.0",
37
39
  "turbo": "^2.9.6",
38
40
  "typescript": "6.0.3",
39
41
  "vite": "^8.0.10",
40
42
  "zod": "4.3.6"
41
43
  },
42
- "overrides": {
43
- "@noble/ciphers": "2.2.0",
44
- "drizzle-orm": "^0.45.2",
45
- "react": "19.2.5",
46
- "react-dom": "19.2.5"
44
+ "pnpm": {
45
+ "overrides": {
46
+ "@noble/ciphers": "2.2.0",
47
+ "drizzle-orm": "^0.45.2",
48
+ "react": "19.2.5",
49
+ "react-dom": "19.2.5",
50
+ "react-native": "0.83.6"
51
+ }
47
52
  },
48
53
  "engines": {
49
54
  "node": ">=20"
50
55
  },
51
- "packageManager": "npm@11.13.0"
56
+ "packageManager": "pnpm@9.15.0"
52
57
  }
@@ -12,12 +12,12 @@
12
12
  "generate": "better-auth generate --output ../db/src/lib/auth-schema.ts"
13
13
  },
14
14
  "dependencies": {
15
- "@workspace/db": "*",
15
+ "@workspace/db": "workspace:*",
16
16
  "better-auth": "^1.6.9"
17
17
  },
18
18
  "devDependencies": {
19
19
  "@better-auth/cli": "^1.4.22",
20
- "@workspace/config-typescript": "*",
20
+ "@workspace/config-typescript": "workspace:*",
21
21
  "drizzle-kit": "^0.31.10",
22
22
  "tsx": "^4.21.0"
23
23
  }
@@ -19,7 +19,7 @@
19
19
  },
20
20
  "devDependencies": {
21
21
  "@types/pg": "^8.20.0",
22
- "@workspace/config-typescript": "*",
22
+ "@workspace/config-typescript": "workspace:*",
23
23
  "drizzle-kit": "^0.31.10",
24
24
  "tsx": "^4.21.0"
25
25
  }
@@ -14,8 +14,9 @@
14
14
  "@orpc/client": "^1.14.0",
15
15
  "@orpc/server": "^1.14.0",
16
16
  "@orpc/tanstack-query": "^1.14.0",
17
- "@workspace/auth": "*",
18
- "@workspace/db": "*"
17
+ "@workspace/auth": "workspace:*",
18
+ "@workspace/db": "workspace:*",
19
+ "drizzle-orm": "^0.45.2"
19
20
  },
20
21
  "peerDependencies": {
21
22
  "@tanstack/react-query": "^5.100.5",
@@ -23,6 +24,6 @@
23
24
  },
24
25
  "devDependencies": {
25
26
  "@types/node": "^22.19.1",
26
- "@workspace/config-typescript": "*"
27
+ "@workspace/config-typescript": "workspace:*"
27
28
  }
28
29
  }
@@ -32,7 +32,8 @@
32
32
  "sonner": "^2.0.7",
33
33
  "tailwind-merge": "^3.5.0",
34
34
  "tw-animate-css": "^1.4.0",
35
- "vaul": "^1.1.2"
35
+ "vaul": "^1.1.2",
36
+ "@tanstack/react-router": "^1.168.24"
36
37
  },
37
38
  "devDependencies": {
38
39
  "@tailwindcss/vite": "^4.2.4",
@@ -40,7 +41,7 @@
40
41
  "@types/node": "^25.6.0",
41
42
  "@types/react": "^19.2.14",
42
43
  "@types/react-dom": "^19.2.3",
43
- "@workspace/config-typescript": "*",
44
+ "@workspace/config-typescript": "workspace:*",
44
45
  "tailwindcss": "^4.2.4"
45
46
  }
46
47
  }
@@ -0,0 +1,3 @@
1
+ packages:
2
+ - 'apps/*'
3
+ - 'packages/*'
@@ -1,13 +0,0 @@
1
- > Why do I have a folder named ".expo" in my project?
2
-
3
- The ".expo" folder is created when an Expo project is started using "expo start" command.
4
-
5
- > What do the files contain?
6
-
7
- - "devices.json": contains information about devices that have recently opened this project. This is used to populate the "Development sessions" list in your development builds.
8
- - "settings.json": contains the server configuration that is used to serve the application manifest.
9
-
10
- > Should I commit the ".expo" folder?
11
-
12
- No, you should not share the ".expo" folder. It does not contain any information that is relevant for other developers working on the project, it is specific to your machine.
13
- Upon project creation, the ".expo" folder is already added to your ".gitignore" file.
@@ -1,3 +0,0 @@
1
- {
2
- "devices": []
3
- }
@@ -1,21 +0,0 @@
1
- MIT License
2
-
3
- Copyright (c) Microsoft Corporation.
4
-
5
- Permission is hereby granted, free of charge, to any person obtaining a copy
6
- of this software and associated documentation files (the "Software"), to deal
7
- in the Software without restriction, including without limitation the rights
8
- to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
9
- copies of the Software, and to permit persons to whom the Software is
10
- furnished to do so, subject to the following conditions:
11
-
12
- The above copyright notice and this permission notice shall be included in all
13
- copies or substantial portions of the Software.
14
-
15
- THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
16
- IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
17
- FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
18
- AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
19
- LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
20
- OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
21
- SOFTWARE
@@ -1,15 +0,0 @@
1
- # Installation
2
- > `npm install --save @types/node`
3
-
4
- # Summary
5
- This package contains type definitions for node (https://nodejs.org/).
6
-
7
- # Details
8
- Files were exported from https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/node/v22.
9
-
10
- ### Additional Details
11
- * Last updated: Fri, 03 Apr 2026 11:14:41 GMT
12
- * Dependencies: [undici-types](https://npmjs.com/package/undici-types)
13
-
14
- # Credits
15
- These definitions were written by [Microsoft TypeScript](https://github.com/Microsoft), [Alberto Schiabel](https://github.com/jkomyno), [Andrew Makarov](https://github.com/r3nya), [Benjamin Toueg](https://github.com/btoueg), [David Junger](https://github.com/touffy), [Mohsen Azimi](https://github.com/mohsen1), [Nikita Galkin](https://github.com/galkin), [Sebastian Silbermann](https://github.com/eps1lon), [Wilco Bakker](https://github.com/WilcoBakker), [Marcin Kopacz](https://github.com/chyzwar), [Trivikram Kamat](https://github.com/trivikr), [Junxiao Shi](https://github.com/yoursunny), [Ilia Baryshnikov](https://github.com/qwelias), [ExE Boss](https://github.com/ExE-Boss), [Piotr Błażejewicz](https://github.com/peterblazejewicz), [Anna Henningsen](https://github.com/addaleax), [Victor Perin](https://github.com/victorperin), [NodeJS Contributors](https://github.com/NodeJS), [Linus Unnebäck](https://github.com/LinusU), [wafuwafu13](https://github.com/wafuwafu13), [Matteo Collina](https://github.com/mcollina), [Dmitry Semigradsky](https://github.com/Semigradsky), and [René](https://github.com/Renegade334).
@@ -1,111 +0,0 @@
1
- /**
2
- * In strict assertion mode, non-strict methods behave like their corresponding
3
- * strict methods. For example, `assert.deepEqual()` will behave like
4
- * `assert.deepStrictEqual()`.
5
- *
6
- * In strict assertion mode, error messages for objects display a diff. In legacy
7
- * assertion mode, error messages for objects display the objects, often truncated.
8
- *
9
- * To use strict assertion mode:
10
- *
11
- * ```js
12
- * import { strict as assert } from 'node:assert';
13
- * ```
14
- *
15
- * ```js
16
- * import assert from 'node:assert/strict';
17
- * ```
18
- *
19
- * Example error diff:
20
- *
21
- * ```js
22
- * import { strict as assert } from 'node:assert';
23
- *
24
- * assert.deepEqual([[[1, 2, 3]], 4, 5], [[[1, 2, '3']], 4, 5]);
25
- * // AssertionError: Expected inputs to be strictly deep-equal:
26
- * // + actual - expected ... Lines skipped
27
- * //
28
- * // [
29
- * // [
30
- * // ...
31
- * // 2,
32
- * // + 3
33
- * // - '3'
34
- * // ],
35
- * // ...
36
- * // 5
37
- * // ]
38
- * ```
39
- *
40
- * To deactivate the colors, use the `NO_COLOR` or `NODE_DISABLE_COLORS`
41
- * environment variables. This will also deactivate the colors in the REPL. For
42
- * more on color support in terminal environments, read the tty
43
- * [`getColorDepth()`](https://nodejs.org/docs/latest-v22.x/api/tty.html#writestreamgetcolordepthenv) documentation.
44
- * @since v15.0.0
45
- * @see [source](https://github.com/nodejs/node/blob/v22.x/lib/assert/strict.js)
46
- */
47
- declare module "assert/strict" {
48
- import {
49
- Assert,
50
- AssertionError,
51
- AssertionErrorOptions,
52
- AssertOptions,
53
- AssertPredicate,
54
- AssertStrict,
55
- CallTracker,
56
- CallTrackerCall,
57
- CallTrackerReportInformation,
58
- deepStrictEqual,
59
- doesNotMatch,
60
- doesNotReject,
61
- doesNotThrow,
62
- fail,
63
- ifError,
64
- match,
65
- notDeepStrictEqual,
66
- notStrictEqual,
67
- ok,
68
- partialDeepStrictEqual,
69
- rejects,
70
- strictEqual,
71
- throws,
72
- } from "node:assert";
73
- function strict(value: unknown, message?: string | Error): asserts value;
74
- namespace strict {
75
- export {
76
- Assert,
77
- AssertionError,
78
- AssertionErrorOptions,
79
- AssertOptions,
80
- AssertPredicate,
81
- AssertStrict,
82
- CallTracker,
83
- CallTrackerCall,
84
- CallTrackerReportInformation,
85
- deepStrictEqual,
86
- deepStrictEqual as deepEqual,
87
- doesNotMatch,
88
- doesNotReject,
89
- doesNotThrow,
90
- fail,
91
- ifError,
92
- match,
93
- notDeepStrictEqual,
94
- notDeepStrictEqual as notDeepEqual,
95
- notStrictEqual,
96
- notStrictEqual as notEqual,
97
- ok,
98
- partialDeepStrictEqual,
99
- rejects,
100
- strict,
101
- strictEqual,
102
- strictEqual as equal,
103
- throws,
104
- };
105
- }
106
- export = strict;
107
- }
108
- declare module "node:assert/strict" {
109
- import strict = require("assert/strict");
110
- export = strict;
111
- }