@inkeep/create-agents 0.1.9 → 0.1.10
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/utils.js +1 -1
- package/package.json +1 -1
package/dist/utils.js
CHANGED
|
@@ -517,7 +517,7 @@ dotenv.config();
|
|
|
517
517
|
const dbUrl = process.env.DB_FILE_NAME || 'file:local.db';
|
|
518
518
|
const tenantId = '${config.tenantId}';
|
|
519
519
|
const projectId = '${config.projectId}';
|
|
520
|
-
const projectName = '${config.
|
|
520
|
+
const projectName = '${config.projectId}';
|
|
521
521
|
const projectDescription = 'Generated Inkeep Agents project';
|
|
522
522
|
|
|
523
523
|
async function setupProject() {
|