Skip to content

Commit

Permalink
fix: use dev instead of watch
Browse files Browse the repository at this point in the history
  • Loading branch information
erezrokah committed Jan 28, 2021
1 parent 310481e commit 67c2bac
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/utils/detect-server.js
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ const getSettingsFromFramework = (framework) => {
const {
commands: [command],
port: frameworkPort,
} = framework.watch
} = framework.dev

return { command, frameworkPort, dist, framework: framework.name, env: framework.env }
}
Expand Down

0 comments on commit 67c2bac

Please sign in to comment.