feat(core): Integrate Rolldown as optional bundler, migrate filesystem to smartfs, and update bundler/tooling
This commit is contained in:
@@ -12,4 +12,6 @@ export const logger = new plugins.smartlog.Smartlog({
|
||||
minimumLogLevel: 'silly',
|
||||
});
|
||||
|
||||
logger.addLogDestination(new plugins.smartlogDestinationLocal.DestinationLocal());
|
||||
logger.addLogDestination(
|
||||
new plugins.smartlogDestinationLocal.DestinationLocal(),
|
||||
);
|
||||
|
||||
Reference in New Issue
Block a user