feat: add optional frontend adapter recipes

This commit is contained in:
donghyeon-ka
2026-07-26 17:57:04 +09:00
parent 638f5f71bd
commit 6c73b845bd
29 changed files with 2291 additions and 45 deletions
+2
View File
@@ -24,6 +24,7 @@ const featureOwnedPaths = [
const copyTargets = [
"src",
"tests",
"recipes",
"scripts",
"config",
"public",
@@ -34,6 +35,7 @@ const copyTargets = [
"tsconfig.app.json",
"tsconfig.node.json",
"tsconfig.test.json",
"tsconfig.recipes.json",
"vite.config.js",
"vitest.config.js",
"playwright.config.js",