refactor: migrate legacy wire namespace to wrn
This commit is contained in:
@@ -80,7 +80,7 @@ export function createDevAssetServer(
|
||||
pluginAssets: readonly ServedPluginAsset[] = [],
|
||||
): DevAssetServer {
|
||||
let cssCache: string | null = null;
|
||||
let schemasCode = schemasJs ?? "window.__wireSchemas={};";
|
||||
let schemasCode = schemasJs ?? "window.__wrnSchemas={};";
|
||||
|
||||
return {
|
||||
invalidateCss() {
|
||||
|
||||
Reference in New Issue
Block a user