Fix scope
This commit is contained in:
@@ -4,7 +4,7 @@
|
||||
* This module is loaded at runtime when plugins need to be sandboxed.
|
||||
* It imports cloudflare:workers and should NOT be imported at config time.
|
||||
*
|
||||
* For config-time usage, import { sandbox } from "@emdashcms/cloudflare" instead.
|
||||
* For config-time usage, import { sandbox } from "@emdash-cms/cloudflare" instead.
|
||||
*
|
||||
*/
|
||||
|
||||
|
||||
@@ -7,7 +7,7 @@
|
||||
*
|
||||
* This module imports directly from cloudflare:workers to access
|
||||
* the LOADER binding and PluginBridge export. It's only loaded
|
||||
* when the user configures `sandboxRunner: "@emdashcms/cloudflare/sandbox"`.
|
||||
* when the user configures `sandboxRunner: "@emdash-cms/cloudflare/sandbox"`.
|
||||
*
|
||||
*/
|
||||
|
||||
|
||||
@@ -39,7 +39,7 @@ export function generatePluginWrapper(manifest: PluginManifest, options?: Wrappe
|
||||
return `
|
||||
// =============================================================================
|
||||
// Sandboxed Plugin Wrapper
|
||||
// Generated by @emdashcms/cloudflare
|
||||
// Generated by @emdash-cms/cloudflare
|
||||
// Plugin: ${sanitizeComment(manifest.id)}@${sanitizeComment(manifest.version)}
|
||||
// =============================================================================
|
||||
|
||||
|
||||
Reference in New Issue
Block a user