fix: js-esm not being esm

This commit is contained in:
2023-09-14 16:02:08 +02:00
committed by GitHub
parent d223165a59
commit 1da69166c6

View File

@@ -1,4 +1,4 @@
const { CommandType, commandModule } = require('@sern/handler');
import { CommandType, commandModule } from '@sern/handler';
export default commandModule({
type: CommandType.Both,