full project: admin panel, backend modules, docs

This commit is contained in:
Lizandro Guarnizo
2026-06-03 22:11:01 -05:00
parent 1635723035
commit afc096d552
94 changed files with 15994 additions and 240 deletions
+3 -7
View File
@@ -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
});