Browse Source

chore: Tidy up

Michael Bromley 6 years ago
parent
commit
a2588bc988
1 changed files with 2 additions and 2 deletions
  1. 2 2
      packages/dev-server/dev-config.ts

+ 2 - 2
packages/dev-server/dev-config.ts

@@ -77,8 +77,8 @@ export const devConfig: VendureConfig = {
         UiPlugin,
         AdminUiPlugin.init({
             port: 5001,
-            extensions: UiPlugin.uiExtensions,
-            watch: true,
+            // extensions: UiPlugin.uiExtensions,
+            // watch: true,
         }),
     ],
 };