UNPKG

@strapi/generate-new

Version:

Generate a new Strapi application.

12 lines (11 loc) 239 B
"use strict"; const getClientName = ({ client }) => { switch (client) { case "sqlite-legacy": return "sqlite"; default: return client; } }; module.exports = getClientName; //# sourceMappingURL=db-client-name.js.map