Skip to content
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
resloved conflict
  • Loading branch information
umeshmore45 committed Jun 6, 2024
commit fe46948c9a697165105a5d46bf8d8656d627c62d
3 changes: 0 additions & 3 deletions api/src/database.ts
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,6 @@ import fs from "fs";

const connectToDatabase = async () => {
try {
// await mongoose.connect(config.MONGODB_URI, {
// ...(config.APP_ENV === "production" ? { autoIndex: false } : {}),
// });
//check if the database folder exists
if (!fs.existsSync("./database")) {
fs.mkdirSync("./database");
Expand Down
135 changes: 0 additions & 135 deletions uplaode-api/migration-sitecore/app.js

This file was deleted.

1 change: 0 additions & 1 deletion uplaode-api/migration-sitecore/index.d.ts
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
// eslint-disable-next-line @typescript-eslint/no-var-requires
import contentTypes from "./libs/contenttypes.js";

// module.exports = { contentTypes = contentTypes?.ExtractContentTypes };
export default contentTypes;
124 changes: 1 addition & 123 deletions uplaode-api/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.