Sfoglia il codice sorgente

chore: Clean up dev config

Michael Bromley 5 anni fa
parent
commit
1a066507a8
1 ha cambiato i file con 0 aggiunte e 4 eliminazioni
  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({
             port: 5001,
-            adminUiConfig: {
-                apiHost: 'https://my-host.com',
-                apiPort: 443,
-            },
         }),
     ],
 };