mirror of
https://github.com/rowboatlabs/rowboat.git
synced 2026-04-30 10:56:29 +02:00
Prebuiltcards (#233)
* Add prebuilt cards functionality and related changes * removed old jsons (still need to update the existing ones too) * Refactor project templates to remove the Example Agent and update related documentation. Updated the copilot behaviour aswell. * Merge remote-tracking branch 'origin/dev' into prebuiltcards * Update SHOW_PREBUILT_CARDS logic to use environment variable for better configuration management
This commit is contained in:
parent
d2c15f6b1f
commit
a0734f7013
9 changed files with 1500 additions and 1319 deletions
|
|
@ -17,7 +17,7 @@ import { Project } from "@/src/entities/models/project";
|
|||
import { z } from "zod";
|
||||
import Link from 'next/link';
|
||||
|
||||
const SHOW_PREBUILT_CARDS = process.env.NEXT_PUBLIC_SHOW_PREBUILT_CARDS === 'true';
|
||||
const SHOW_PREBUILT_CARDS = process.env.NEXT_PUBLIC_SHOW_PREBUILT_CARDS !== 'false';
|
||||
|
||||
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue