@meistrari/chat-nuxt 1.1.1 → 1.1.2
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/dist/module.json
CHANGED
package/dist/module.mjs
CHANGED
|
@@ -190,7 +190,7 @@ const module$1 = defineNuxtModule({
|
|
|
190
190
|
const runtimeDir = resolver.resolve("./runtime");
|
|
191
191
|
const workspaceSettingsResolverEntry = resolveWorkspaceSettingsResolverEntry(
|
|
192
192
|
nuxt.options.srcDir,
|
|
193
|
-
resolver.resolve("./runtime/
|
|
193
|
+
resolver.resolve("./runtime/internal/workspace-settings-resolver.stub")
|
|
194
194
|
);
|
|
195
195
|
const telaBuildPath = resolveTelaBuildLayer();
|
|
196
196
|
const runtimeAliases = resolveRuntimeAliases(telaBuildPath);
|
package/package.json
CHANGED
|
File without changes
|
|
File without changes
|