mirror of
https://github.com/20kaushik02/spotify-manager.git
synced 2026-01-25 06:04:05 +00:00
CJS -> ESM
This commit is contained in:
@@ -1,6 +1,7 @@
|
||||
require("dotenv-flow").config();
|
||||
import dotenvFlow from "dotenv-flow";
|
||||
dotenvFlow.config();
|
||||
|
||||
const path = require("path");
|
||||
module.exports = {
|
||||
"config": path.resolve("config", "sequelize.js")
|
||||
import { resolve } from "path";
|
||||
export default {
|
||||
"config": resolve("config", "sequelize.js")
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user