File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -15,7 +15,7 @@ import {
1515 description as apiDescription ,
1616 builder as apiBuilder ,
1717} from './apiCLIConfig'
18- import { handler as apiHandler } from './apiCLIConfigHandler'
18+ import { handler as apiHandler } from './apiCLIConfigHandler.js '
1919import {
2020 description as bothDescription ,
2121 builder as bothBuilder ,
Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ import path from 'path'
33import concurrently from 'concurrently'
44import execa from 'execa'
55
6- import { handler as apiServerHandler } from '@redmix/api-server/dist/apiCLIConfigHandler'
6+ import { handler as apiServerHandler } from '@redmix/api-server/dist/apiCLIConfigHandler.js '
77import {
88 getAPIHost ,
99 getAPIPort ,
You can’t perform that action at this time.
0 commit comments