UNPKG

vva-cli

Version:

A CLI of Vue 3 and Typescript and Element-plus in Vite

6 lines (5 loc) 161 B
module.exports = async (ctx, next) => { const contentType = "application/json; charset=utf-8"; ctx.set("Content-Type", contentType); await next(); };