Skip to content

Commit 1da6916

Browse files
authored
fix: js-esm not being esm
1 parent d223165 commit 1da6916

File tree

1 file changed

+1
-1
lines changed
  • template-js-esm/src/commands

1 file changed

+1
-1
lines changed

template-js-esm/src/commands/ping.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
const { CommandType, commandModule } = require('@sern/handler');
1+
import { CommandType, commandModule } from '@sern/handler';
22

33
export default commandModule({
44
type: CommandType.Both,

0 commit comments

Comments
 (0)