release: WRNexusJS 0.8.3
This commit is contained in:
@@ -40,7 +40,7 @@ import {
|
||||
setCompileCacheDir,
|
||||
setCompileImportOptions,
|
||||
setDevCompilerPipeline,
|
||||
wrnBrowserArtifactUrl,
|
||||
wrnBrowserArtifactUrlAsync,
|
||||
} from "./pipeline.ts";
|
||||
import { createRpcHandler } from "@wrnexus/ssr/rpc";
|
||||
import { createHandlers, type WsData } from "./runtime.ts";
|
||||
@@ -632,7 +632,7 @@ export async function startServer(opts: ServeOptions): Promise<RunningServer> {
|
||||
storeUpdates.push({
|
||||
name: declaration[2]!,
|
||||
kind: declaration[1]!,
|
||||
url: wrnBrowserArtifactUrl(absolute),
|
||||
url: await wrnBrowserArtifactUrlAsync(absolute),
|
||||
});
|
||||
} catch (error) {
|
||||
console.warn(`[wrnexus] failed to prepare store HMR for ${absolute}`, error);
|
||||
|
||||
Reference in New Issue
Block a user