5 lines
80 B
TypeScript
5 lines
80 B
TypeScript
export const config = {
|
|
mongodb: "mongo:8.0.3",
|
|
postgres: "postgres:17",
|
|
};
|