This commit is contained in:
root
2025-12-06 02:53:22 +08:00
parent 5db68af05a
commit 5f9657d2ce
7 changed files with 4367 additions and 4369 deletions

View File

@@ -164,7 +164,7 @@ const config = {
"value": "prisma-client-js"
},
"output": {
"value": "C:\\Users\\admin\\Desktop\\nomadro\\generated\\prisma",
"value": "/www/wwwroot/nomadro/generated/prisma",
"fromEnvVar": null
},
"config": {
@@ -173,17 +173,16 @@ const config = {
"binaryTargets": [
{
"fromEnvVar": null,
"value": "windows",
"value": "debian-openssl-3.0.x",
"native": true
}
],
"previewFeatures": [],
"sourceFilePath": "C:\\Users\\admin\\Desktop\\nomadro\\prisma\\schema.prisma",
"sourceFilePath": "/www/wwwroot/nomadro/prisma/schema.prisma",
"isCustomOutput": true
},
"relativeEnvPaths": {
"rootEnvPath": "../../.env",
"schemaEnvPath": "../../.env"
"rootEnvPath": null
},
"relativePath": "../../prisma",
"clientVersion": "6.19.0",

View File

@@ -165,7 +165,7 @@ const config = {
"value": "prisma-client-js"
},
"output": {
"value": "C:\\Users\\admin\\Desktop\\nomadro\\generated\\prisma",
"value": "/www/wwwroot/nomadro/generated/prisma",
"fromEnvVar": null
},
"config": {
@@ -174,17 +174,16 @@ const config = {
"binaryTargets": [
{
"fromEnvVar": null,
"value": "windows",
"value": "debian-openssl-3.0.x",
"native": true
}
],
"previewFeatures": [],
"sourceFilePath": "C:\\Users\\admin\\Desktop\\nomadro\\prisma\\schema.prisma",
"sourceFilePath": "/www/wwwroot/nomadro/prisma/schema.prisma",
"isCustomOutput": true
},
"relativeEnvPaths": {
"rootEnvPath": "../../.env",
"schemaEnvPath": "../../.env"
"rootEnvPath": null
},
"relativePath": "../../prisma",
"clientVersion": "6.19.0",
@@ -242,8 +241,8 @@ exports.PrismaClient = PrismaClient
Object.assign(exports, Prisma)
// file annotations for bundling tools to include these files
path.join(__dirname, "query_engine-windows.dll.node");
path.join(process.cwd(), "generated/prisma/query_engine-windows.dll.node")
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")
// 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": "C:\\Users\\admin\\Desktop\\nomadro\\generated\\prisma",
"value": "/www/wwwroot/nomadro/generated/prisma",
"fromEnvVar": null
},
"config": {
@@ -173,17 +173,16 @@ const config = {
"binaryTargets": [
{
"fromEnvVar": null,
"value": "windows",
"value": "debian-openssl-3.0.x",
"native": true
}
],
"previewFeatures": [],
"sourceFilePath": "C:\\Users\\admin\\Desktop\\nomadro\\prisma\\schema.prisma",
"sourceFilePath": "/www/wwwroot/nomadro/prisma/schema.prisma",
"isCustomOutput": true
},
"relativeEnvPaths": {
"rootEnvPath": "../../.env",
"schemaEnvPath": "../../.env"
"rootEnvPath": null
},
"relativePath": "../../prisma",
"clientVersion": "6.19.0",

1
nomadro.sh Normal file
View File

@@ -0,0 +1 @@
npm run start