playcademy 0.13.13 → 0.13.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/dist/index.js +1 -0
- package/dist/utils.js +1 -0
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -5460,6 +5460,7 @@ var playcademyEnvTemplate = loadTemplateString("playcademy-env.d.ts");
|
|
|
5460
5460
|
async function ensurePlaycademyTypes(configPath) {
|
|
5461
5461
|
try {
|
|
5462
5462
|
const workspace = getWorkspace();
|
|
5463
|
+
console.log({ configPath, workspace });
|
|
5463
5464
|
const config = await loadConfig(configPath);
|
|
5464
5465
|
const hasDB = hasDatabaseSetup();
|
|
5465
5466
|
const hasKV = hasKVSetup(config);
|
package/dist/utils.js
CHANGED
|
@@ -1544,6 +1544,7 @@ var playcademyEnvTemplate = loadTemplateString("playcademy-env.d.ts");
|
|
|
1544
1544
|
async function ensurePlaycademyTypes(configPath) {
|
|
1545
1545
|
try {
|
|
1546
1546
|
const workspace = getWorkspace();
|
|
1547
|
+
console.log({ configPath, workspace });
|
|
1547
1548
|
const config = await loadConfig(configPath);
|
|
1548
1549
|
const hasDB = hasDatabaseSetup();
|
|
1549
1550
|
const hasKV = hasKVSetup(config);
|