@kya-os/create-mcpi-app 1.8.17 → 1.8.18
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.
|
@@ -505,7 +505,7 @@ function updateWranglerToml(binding, namespaceId) {
|
|
|
505
505
|
return match.replace(/id\\s*=\\s*"[^"]*"/, \`id = "\${namespaceId}"\`);
|
|
506
506
|
});
|
|
507
507
|
|
|
508
|
-
fs.
|
|
508
|
+
fs.writeFileSync(wranglerPath, content);
|
|
509
509
|
console.log(\`✅ Updated wrangler.toml with \${binding} namespace ID: \${namespaceId}\`);
|
|
510
510
|
}
|
|
511
511
|
|