create-better-t-stack 3.0.5 → 3.0.6
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/cli.js +1 -1
- package/dist/index.js +1 -1
- package/dist/{src-YT9TBJQT.js → src-D1Mtpx_b.js} +0 -1
- package/package.json +1 -1
package/dist/cli.js
CHANGED
package/dist/index.js
CHANGED
|
@@ -6606,7 +6606,6 @@ async function setupWorkspaceDependencies(projectDir, options) {
|
|
|
6606
6606
|
const webDeps = {};
|
|
6607
6607
|
webDeps[`@${projectName}/api`] = workspaceVersion;
|
|
6608
6608
|
webDeps[`@${projectName}/auth`] = workspaceVersion;
|
|
6609
|
-
webDeps[`@${projectName}/db`] = workspaceVersion;
|
|
6610
6609
|
if (Object.keys(webDeps).length > 0) await addPackageDependency({
|
|
6611
6610
|
customDependencies: webDeps,
|
|
6612
6611
|
projectDir: webPackageDir
|
package/package.json
CHANGED