add target to fix all prettier issues

Signed-off-by: Oleg S <97077423+RobotSail@users.noreply.github.com>
This commit is contained in:
Oleg S
2023-02-01 14:09:07 -05:00
parent a16f81df08
commit d2e1364c98
3 changed files with 3 additions and 2 deletions
+1 -1
View File
@@ -10,7 +10,7 @@ spec:
definition: |
import { z } from 'zod';
import { publicProcedure, router } from '../trpc';
export const apiRouter = router({
version: publicProcedure.query(() => {
return { version: '0.42.0' };