refactor!: replace trpcURL option with endpoint

This commit is contained in:
Robert Soriano
2022-06-12 23:29:28 -07:00
parent f62a13766a
commit 82ee2ce672
3 changed files with 10 additions and 7 deletions

View File

@@ -57,6 +57,9 @@
"zod": "^3.16.0"
},
"eslintConfig": {
"extends": "@antfu"
"extends": "@antfu",
"rules": {
"no-console": "warn"
}
}
}