Erster Docker-Stand
This commit is contained in:
15
_node_modules/.cache/jiti/Test-prisma.config.3b100e43.mjs
generated
Normal file
15
_node_modules/.cache/jiti/Test-prisma.config.3b100e43.mjs
generated
Normal file
@@ -0,0 +1,15 @@
|
||||
"use strict";Object.defineProperty(exports, "__esModule", { value: true });exports.default = void 0;
|
||||
|
||||
await jitiImport("dotenv/config");
|
||||
var _config2 = await jitiImport("prisma/config"); // This file was generated by Prisma, and assumes you have installed the following:
|
||||
// npm install --save-dev prisma dotenv
|
||||
var _default = exports.default = (0, _config2.defineConfig)({
|
||||
schema: "prisma/schema.prisma",
|
||||
migrations: {
|
||||
path: "prisma/migrations"
|
||||
},
|
||||
datasource: {
|
||||
provider: "postgresql",
|
||||
url: process.env.DATABASE_URL
|
||||
}
|
||||
}); /* v9-a1459f8d607d8082 */
|
||||
Reference in New Issue
Block a user