Skip to content

Commit

Permalink
[Vue] Disconnected mode doesn't start in monorepo (#1418)
Browse files Browse the repository at this point in the history
  • Loading branch information
illiakovalenko authored Apr 5, 2023
1 parent cfb8290 commit 056adea
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,6 @@ const proxyOptions = {
watchPaths: ['./data'],
language: config.defaultLanguage,
port: process.env.PROXY_PORT || 3042,
requireArg: '@babel/register',
onManifestUpdated: () => {
// if we can resolve the config file, we can alter it to force reloading the app automatically
// instead of waiting for a manual reload. We must materially alter the _contents_ of the file to trigger
Expand Down

0 comments on commit 056adea

Please sign in to comment.