From 116060bfe44c5ee3ff312cdc9612fd84ca323e23 Mon Sep 17 00:00:00 2001 From: John Kaster Date: Mon, 5 Jun 2023 10:24:57 -0700 Subject: [PATCH] chore: revert bug in APIX manifest.lkml --- packages/extension-api-explorer/manifest.lkml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/packages/extension-api-explorer/manifest.lkml b/packages/extension-api-explorer/manifest.lkml index 428df45ef..82ef58b1c 100644 --- a/packages/extension-api-explorer/manifest.lkml +++ b/packages/extension-api-explorer/manifest.lkml @@ -2,8 +2,8 @@ project_name: "api-explorer" application: api-explorer { label: "API Explorer" - # file: "bundle.js" - url: "https://localhost:8080/dist/bundle.js" + file: "bundle.js" + # url: "https://localhost:8080/dist/bundle.js" entitlements: { local_storage: yes navigation: no