Browse Source

chore: Clean up dev config

Michael Bromley 5 years ago
parent
commit
1a066507a8
1 changed files with 0 additions and 4 deletions
  1. 0 4
      packages/dev-server/dev-config.ts

+ 0 - 4
packages/dev-server/dev-config.ts

@@ -72,10 +72,6 @@ export const devConfig: VendureConfig = {
         }),
         }),
         AdminUiPlugin.init({
         AdminUiPlugin.init({
             port: 5001,
             port: 5001,
-            adminUiConfig: {
-                apiHost: 'https://my-host.com',
-                apiPort: 443,
-            },
         }),
         }),
     ],
     ],
 };
 };