This commit is contained in:
eric
2025-12-06 04:03:06 +08:00
parent dd988524a8
commit f8efc290c4
6 changed files with 22 additions and 17 deletions

View File

@@ -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",

View File

@@ -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")

View File

@@ -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",