full project: admin panel, backend modules, docs
This commit is contained in:
@@ -1,8 +1,5 @@
|
||||
"use strict";
|
||||
Object.defineProperty(exports, "__esModule", { value: true });
|
||||
require("dotenv/config");
|
||||
const config_1 = require("prisma/config");
|
||||
exports.default = (0, config_1.defineConfig)({
|
||||
const { defineConfig } = require("prisma/config");
|
||||
module.exports = defineConfig({
|
||||
schema: "prisma/schema.prisma",
|
||||
migrations: {
|
||||
path: "prisma/migrations",
|
||||
@@ -10,5 +7,4 @@ exports.default = (0, config_1.defineConfig)({
|
||||
datasource: {
|
||||
url: process.env["DATABASE_URL"],
|
||||
},
|
||||
});
|
||||
//# sourceMappingURL=prisma.config.js.map
|
||||
});
|
||||
Reference in New Issue
Block a user