Skip to content

Commit f3aca2e

Browse files
committed
chore: fixup
1 parent 88d75fd commit f3aca2e

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

packages/appkit/src/core/appkit.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -212,7 +212,6 @@ export class AppKit<TPlugins extends InputPluginMap> {
212212
}
213213
}
214214

215-
// Phase 1b: Validate resources
216215
const validation = registry.validate();
217216
const isDevelopment = process.env.NODE_ENV === "development";
218217

packages/appkit/src/registry/index.ts

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,5 +29,8 @@ export * from "./types";
2929
* }
3030
* ```
3131
*/
32+
// TODO: We may want to open a PR to https://github.com/SchemaStore/schemastore
33+
// export const MANIFEST_SCHEMA_ID =
34+
// "https://json.schemastore.org/databricks-appkit-plugin-manifest.json";
3235
export const MANIFEST_SCHEMA_ID =
3336
"https://databricks.github.io/appkit/schemas/plugin-manifest.schema.json";

0 commit comments

Comments
 (0)