Closed MiaInturi closed 5 months ago
export const createTemplate = (options: CreateTemplateOptions) => { const language = options.withTypescript ? 'ts' : 'js'; const templatePath = `dist/bin/templates/${language}/${options.apiType}`; ... ... }
tempatePath variable is incorrect, because when this code run from node_modules there is no dist dir
tempatePath variable is incorrect, because when this code run from node_modules there is no dist dir