mirror of
https://github.com/lowdefy/lowdefy.git
synced 2025-03-31 15:20:32 +08:00
fix(cli): Fix cli dev server missing import
This commit is contained in:
parent
eabb4f4295
commit
beff37341b
@ -17,6 +17,7 @@
|
||||
import path from 'path';
|
||||
import express from 'express';
|
||||
import reload from 'reload';
|
||||
import { readFile } from '@lowdefy/node-utils';
|
||||
import findOpenPort from '../../utils/findOpenPort';
|
||||
|
||||
async function getExpress({ context, gqlServer, options }) {
|
||||
|
Loading…
x
Reference in New Issue
Block a user