feat: add static repository plugin format
This commit is contained in:
@@ -0,0 +1,9 @@
|
||||
// Generated by dsh-plugin-prepare. Do not edit.
|
||||
const manifest = { "name": "headless-repository-fixture", "skills": ["dsh-plugin-assets/skills/0"] }
|
||||
export const name = 'headless-repository-fixture'
|
||||
export const inject = ['loader']
|
||||
export async function apply(ctx) {
|
||||
const runtime = ctx.loader.builtins['dsh-repository-plugin']
|
||||
if (runtime === undefined) throw new Error('missing Cordis builtin dsh-repository-plugin')
|
||||
await ctx.plugin(runtime, { baseUrl: import.meta.url, manifest })
|
||||
}
|
||||
Reference in New Issue
Block a user