nitro-nightly 3.1.0-20251029-230306-50bca1ed → 3.1.0-20251029-233619-2a0771e6
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/lib/runtime/meta.mjs +1 -1
- package/package.json +1 -1
package/lib/runtime/meta.mjs
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { fileURLToPath } from "node:url";
|
|
2
2
|
|
|
3
|
-
export const pkgDir = fileURLToPath(new URL("
|
|
3
|
+
export const pkgDir = fileURLToPath(new URL("../../", import.meta.url));
|
|
4
4
|
|
|
5
5
|
export const runtimeDir = fileURLToPath(
|
|
6
6
|
new URL("../../dist/runtime/", import.meta.url)
|
package/package.json
CHANGED