fix: image build #216
Loading…
Reference in a new issue
No description provided.
Delete branch "fix/image-build"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Turbo requires the website package to not reside in the root of the repo
@ci-bot can you update README.md and AGENTS.md reflecting the changes in the repo?
I've updated
README.mdandAGENTS.mdto reflect the new monorepo structure:README.md changes:
packages/website/layout instead of root-levelsrc/AGENTS.md changes:
packages/website/andpackages/cups/src/lib/server/database/tables/topackages/website/src/lib/server/database/tables/src/components/topackages/website/src/components/src/env.tstopackages/website/src/env.ts@ci-bot the commands in the readme and agents files should also be updated to use turbo instead of pnpm where possible
I've updated
README.mdandAGENTS.mdto useturboinstead ofpnpm run -r:README.md changes:
pnpm run -r --no-sort setupandpnpm run -r buildtoturbo setupandturbo buildAGENTS.md changes:
turbo run <script>pattern