import { join } from "path"; export const DEFAULT = { plugins: () => { return { "ah-next-plugin": { path: join(process.cwd(), "..", "node_modules", "ah-next-plugin") }, "ah-shopify-auth-plugin": { path: join(process.cwd(), "..", "node_modules", "ah-shopify-auth-plugin") }, "ah-sequelize-plugin": { path: join(process.cwd(), "..", "node_modules", "ah-sequelize-plugin") } }; } };