-
Notifications
You must be signed in to change notification settings - Fork 245
Closed
Labels
bugSomething isn't workingSomething isn't working
Description
I have a docus app my-docs created with npx create-docus my-docs with some extra pages/components.
Now I would use my-docs as a layer for another app my-site.
What is the recommended approach ?
I tried:
npx create-docus my-docsnpx create-docus my-site- create
my-site/nuxt.config.tswith:
export default defineNuxtConfig({
extends: ["../my-docs"],
});But got an error about zod not properly installed !!
Should I
- remove the
--extends docusin thepackage.jsonand addextends: ["docus"]tonuxt.config.ts? - copy down
dependenciesfrom layer ? - prefer
pnpmovernpmorbunwhen juggling with nuxt layers ? - avoid nesting layers ?
I will create a test repo but need basic hints first
Thanks!
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't working