Skip to content

Commit 0096022

Browse files
committed
Create resources from Blueprint asset references
1 parent f076cf2 commit 0096022

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

packages/playground/blueprints/src/lib/resources.ts

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,8 @@ export const ResourceTypes = [
1919
'wordpress.org/plugins',
2020
'url',
2121
'git:directory',
22+
'blueprint-asset',
23+
'blueprint-asset:directory',
2224
] as const;
2325

2426
export type VFSReference = {

0 commit comments

Comments
 (0)