feat: use simpler nitro instead of nestjs to implement mock service
This commit is contained in:
@@ -70,7 +70,6 @@ async function viteImportMapPlugin(
|
||||
if (options?.debug) {
|
||||
(async () => {
|
||||
for await (const { message, type } of generator.logStream()) {
|
||||
// eslint-disable-next-line no-console
|
||||
console.log(`${type}: ${message}`);
|
||||
}
|
||||
})();
|
||||
|
Reference in New Issue
Block a user