diff --git a/.gitignore b/.gitignore index 0dd3816..2702bbc 100644 --- a/.gitignore +++ b/.gitignore @@ -1,6 +1,8 @@ # Dependencies node_modules/ .pnpm-store/ +package-lock.json +yarn.lock # Build outputs dist/ diff --git a/Makefile b/Makefile index 145d157..7119991 100644 --- a/Makefile +++ b/Makefile @@ -26,4 +26,4 @@ compose-down: docker compose down clean: - rm -rf node_modules apps/web/node_modules apps/api/.venv + rm -rf node_modules apps/web/node_modules apps/api/.venv .pnpm-store/ diff --git a/pnpm-workspace.yaml b/pnpm-workspace.yaml index 159f7db..dac1824 100644 --- a/pnpm-workspace.yaml +++ b/pnpm-workspace.yaml @@ -1,7 +1,5 @@ packages: - 'apps/*' - 'packages/*' -allowBuilds: - esbuild: true onlyBuiltDependencies: - esbuild