We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4b9fa16 commit 61e7064Copy full SHA for 61e7064
src/resources/resources.ts
@@ -1,4 +1,5 @@
1
import { ConfigResource } from "./common/config.js";
2
import { DebugResource } from "./common/debug.js";
3
+import { ExportedData } from "./common/exported-data.js";
4
-export const Resources = [ConfigResource, DebugResource] as const;
5
+export const Resources = [ConfigResource, DebugResource, ExportedData] as const;
0 commit comments