Skip to content

Commit 117a855

Browse files
committed
Apply arvs change from hello-zero-solid
1 parent 900b4ce commit 117a855

5 files changed

Lines changed: 28 additions & 13 deletions

File tree

api/index.ts

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,9 +7,9 @@ import { Pool } from "pg";
77
import { mustGetMutator, mustGetQuery } from "@rocicorp/zero";
88
import { handleMutateRequest, handleQueryRequest } from "@rocicorp/zero/server";
99
import { zeroNodePg } from "@rocicorp/zero/server/adapters/pg";
10-
import { mutators } from "../src/mutators";
11-
import { queries } from "../src/queries";
12-
import { schema, type AuthData } from "../src/schema";
10+
import { mutators } from "../src/mutators.ts";
11+
import { queries } from "../src/queries.ts";
12+
import { schema, type AuthData } from "../src/schema.ts";
1313

1414
export const config = {
1515
runtime: "nodejs",

package-lock.json

Lines changed: 23 additions & 4 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@
3636
"eslint-plugin-react-refresh": "^0.4.9",
3737
"globals": "^15.9.0",
3838
"hono": "^4.6.6",
39-
"typescript": "^5.5.3",
39+
"typescript": "^5.9.3",
4040
"typescript-eslint": "^8.0.1",
4141
"vercel": "^41.3.2",
4242
"vite": "^5.4.1"

tsconfig.node.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@
88
/* Bundler mode */
99
"moduleResolution": "bundler",
1010
"allowImportingTsExtensions": true,
11+
"rewriteRelativeImportExtensions": true,
1112
"isolatedModules": true,
1213
"moduleDetection": "force",
1314
"noEmit": true,

vercel.json

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,4 @@
11
{
2-
"functions": {
3-
"api/index.ts": {
4-
"includeFiles": "src/**"
5-
}
6-
},
72
"rewrites": [
83
{
94
"source": "/api/(.*)",

0 commit comments

Comments
 (0)