create-forgeon 0.0.2 → 0.0.3
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/package.json
CHANGED
|
@@ -5,6 +5,7 @@ RUN corepack enable
|
|
|
5
5
|
|
|
6
6
|
COPY package.json pnpm-workspace.yaml tsconfig.base.json ./
|
|
7
7
|
COPY apps/api/package.json apps/api/package.json
|
|
8
|
+
COPY apps/api/prisma apps/api/prisma
|
|
8
9
|
COPY packages/core/package.json packages/core/package.json
|
|
9
10
|
COPY packages/i18n/package.json packages/i18n/package.json
|
|
10
11
|
|