Skip to content

Commit bdb29f4

Browse files
authored
chore: revert bug in APIX manifest.lkml (#1322)
1 parent bbe2109 commit bdb29f4

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

packages/extension-api-explorer/manifest.lkml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@ project_name: "api-explorer"
22

33
application: api-explorer {
44
label: "API Explorer"
5-
# file: "bundle.js"
6-
url: "https://localhost:8080/dist/bundle.js"
5+
file: "bundle.js"
6+
# url: "https://localhost:8080/dist/bundle.js"
77
entitlements: {
88
local_storage: yes
99
navigation: no

0 commit comments

Comments
 (0)