playcademy 0.11.7 → 0.11.9
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/index.js +1 -1
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -5146,7 +5146,7 @@ async function bundleBackend(config, options = {}) {
|
|
|
5146
5146
|
const edgePlaySrc = isBuiltPackage ? embeddedEdgeSrc : monorepoEdgeSrc;
|
|
5147
5147
|
const cliPackageRoot = isBuiltPackage ? join3(distDir, "../..") : join3(distDir, "../../..");
|
|
5148
5148
|
const nodeModulesRoot = isBuiltPackage ? cliPackageRoot : getMonorepoRoot();
|
|
5149
|
-
const embeddedConstantsSrc = join3(distDir, "
|
|
5149
|
+
const embeddedConstantsSrc = join3(distDir, "../../@playcademy/constants/src");
|
|
5150
5150
|
const monorepoConstantsSrc = join3(distDir, "../../../../constants/src");
|
|
5151
5151
|
const constantsSrc = isBuiltPackage ? embeddedConstantsSrc : monorepoConstantsSrc;
|
|
5152
5152
|
const result = await esbuild.build({
|