* chore: create tests * chore: models * fix: passing initial tests * test: adds integration test * test: clean up integration implementation * fix: claims * fix: brightpearl + webshipper * tests: passing * fix: update claim items * fix: adds gitignore * fix: pr comments * fix: single migration * fix(medusa-plugin-segment): adds item claimed event to segment
9 lines
182 B
JavaScript
9 lines
182 B
JavaScript
module.exports = {
|
|
plugins: [],
|
|
projectConfig: {
|
|
// redis_url: REDIS_URL,
|
|
database_url: "postgres://localhost/medusa-integration",
|
|
database_type: "postgres",
|
|
},
|
|
};
|