@wix/astro 1.0.12 → 1.0.14
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/build/index.js +1 -1
- package/build/index.js.map +1 -1
- package/package.json +2 -2
- package/src/index.ts +1 -1
package/build/index.js
CHANGED
|
@@ -18294,7 +18294,7 @@ var createIntegration = () => {
|
|
|
18294
18294
|
}) {
|
|
18295
18295
|
const codegenDirURL = createCodegenDir();
|
|
18296
18296
|
const codegenDir = fileURLToPath3(codegenDirURL);
|
|
18297
|
-
const rootDir = fileURLToPath3(config.
|
|
18297
|
+
const rootDir = fileURLToPath3(config.root);
|
|
18298
18298
|
model ??= await createProjectModel(logger);
|
|
18299
18299
|
injectScript(
|
|
18300
18300
|
"before-hydration",
|