mirror of
https://github.com/FranP-code/create-better-t-stack.git
synced 2025-10-12 23:52:15 +00:00
Squash merge beta into main
This commit is contained in:
@@ -20,6 +20,7 @@ export const appRouter = {
|
||||
todo: todoRouter,
|
||||
{{/if}}
|
||||
};
|
||||
export type AppRouter = typeof appRouter;
|
||||
{{/if}}
|
||||
|
||||
{{#if (eq api "trpc")}}
|
||||
@@ -47,5 +48,5 @@ export const appRouter = router({
|
||||
todo: todoRouter,
|
||||
{{/if}}
|
||||
});
|
||||
{{/if}}
|
||||
export type AppRouter = typeof appRouter;
|
||||
{{/if}}
|
||||
|
||||
@@ -17,6 +17,7 @@
|
||||
"typedRoutes": true,
|
||||
"tsconfigPaths": true
|
||||
},
|
||||
"newArchEnabled": true,
|
||||
"orientation": "portrait",
|
||||
"icon": "./assets/icon.png",
|
||||
"userInterfaceStyle": "light",
|
||||
|
||||
Reference in New Issue
Block a user