diff --git a/generated/prisma/edge.js b/generated/prisma/edge.js index 772bd92..48e859c 100644 --- a/generated/prisma/edge.js +++ b/generated/prisma/edge.js @@ -164,7 +164,7 @@ const config = { "value": "prisma-client-js" }, "output": { - "value": "/www/wwwroot/nomadro/generated/prisma", + "value": "C:\\project\\nomadro\\generated\\prisma", "fromEnvVar": null }, "config": { @@ -173,16 +173,17 @@ const config = { "binaryTargets": [ { "fromEnvVar": null, - "value": "debian-openssl-3.0.x", + "value": "windows", "native": true } ], "previewFeatures": [], - "sourceFilePath": "/www/wwwroot/nomadro/prisma/schema.prisma", + "sourceFilePath": "C:\\project\\nomadro\\prisma\\schema.prisma", "isCustomOutput": true }, "relativeEnvPaths": { - "rootEnvPath": null + "rootEnvPath": null, + "schemaEnvPath": "../../.env" }, "relativePath": "../../prisma", "clientVersion": "6.19.0", diff --git a/generated/prisma/index.js b/generated/prisma/index.js index fe88f2c..758eebe 100644 --- a/generated/prisma/index.js +++ b/generated/prisma/index.js @@ -165,7 +165,7 @@ const config = { "value": "prisma-client-js" }, "output": { - "value": "/www/wwwroot/nomadro/generated/prisma", + "value": "C:\\project\\nomadro\\generated\\prisma", "fromEnvVar": null }, "config": { @@ -174,16 +174,17 @@ const config = { "binaryTargets": [ { "fromEnvVar": null, - "value": "debian-openssl-3.0.x", + "value": "windows", "native": true } ], "previewFeatures": [], - "sourceFilePath": "/www/wwwroot/nomadro/prisma/schema.prisma", + "sourceFilePath": "C:\\project\\nomadro\\prisma\\schema.prisma", "isCustomOutput": true }, "relativeEnvPaths": { - "rootEnvPath": null + "rootEnvPath": null, + "schemaEnvPath": "../../.env" }, "relativePath": "../../prisma", "clientVersion": "6.19.0", @@ -241,8 +242,8 @@ exports.PrismaClient = PrismaClient Object.assign(exports, Prisma) // file annotations for bundling tools to include these files -path.join(__dirname, "libquery_engine-debian-openssl-3.0.x.so.node"); -path.join(process.cwd(), "generated/prisma/libquery_engine-debian-openssl-3.0.x.so.node") +path.join(__dirname, "query_engine-windows.dll.node"); +path.join(process.cwd(), "generated/prisma/query_engine-windows.dll.node") // file annotations for bundling tools to include these files path.join(__dirname, "schema.prisma"); path.join(process.cwd(), "generated/prisma/schema.prisma") diff --git a/generated/prisma/wasm.js b/generated/prisma/wasm.js index b45b437..74d1f8e 100644 --- a/generated/prisma/wasm.js +++ b/generated/prisma/wasm.js @@ -164,7 +164,7 @@ const config = { "value": "prisma-client-js" }, "output": { - "value": "/www/wwwroot/nomadro/generated/prisma", + "value": "C:\\project\\nomadro\\generated\\prisma", "fromEnvVar": null }, "config": { @@ -173,16 +173,17 @@ const config = { "binaryTargets": [ { "fromEnvVar": null, - "value": "debian-openssl-3.0.x", + "value": "windows", "native": true } ], "previewFeatures": [], - "sourceFilePath": "/www/wwwroot/nomadro/prisma/schema.prisma", + "sourceFilePath": "C:\\project\\nomadro\\prisma\\schema.prisma", "isCustomOutput": true }, "relativeEnvPaths": { - "rootEnvPath": null + "rootEnvPath": null, + "schemaEnvPath": "../../.env" }, "relativePath": "../../prisma", "clientVersion": "6.19.0", diff --git a/public/nomadro.ico b/public/nomadro.ico new file mode 100644 index 0000000..06b7f68 Binary files /dev/null and b/public/nomadro.ico differ diff --git a/src/app/layout.tsx b/src/app/layout.tsx index 2034123..ab0d1bc 100644 --- a/src/app/layout.tsx +++ b/src/app/layout.tsx @@ -8,7 +8,9 @@ import { TRPCReactProvider } from "~/trpc/react"; export const metadata: Metadata = { title: "nomadro", description: "nomadro", - icons: [{ rel: "icon", url: "/favicon.ico" }], + // icons: [{ rel: "icon", url: "/favicon.ico" }], + icons: [{ rel: "icon", url: "/nomadro.ico" }], + }; const geist = Geist({ diff --git a/src/app/page.tsx b/src/app/page.tsx index 55220b8..ae41abe 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -42,9 +42,9 @@ export default async function Home() {