diff --git a/basics/.npmrc b/basics/.npmrc new file mode 100644 index 0000000..de14fd9 --- /dev/null +++ b/basics/.npmrc @@ -0,0 +1 @@ +ignore-workspace=true diff --git a/basics/learn-starter/package.json b/basics/learn-starter/package.json index b6896d6..e090806 100644 --- a/basics/learn-starter/package.json +++ b/basics/learn-starter/package.json @@ -12,5 +12,10 @@ }, "engines": { "node": ">=18" + }, + "pnpm": { + "onlyBuiltDependencies": [ + "sharp" + ] } } diff --git a/dashboard/.npmrc b/dashboard/.npmrc new file mode 100644 index 0000000..de14fd9 --- /dev/null +++ b/dashboard/.npmrc @@ -0,0 +1 @@ +ignore-workspace=true diff --git a/seo/.npmrc b/seo/.npmrc new file mode 100644 index 0000000..de14fd9 --- /dev/null +++ b/seo/.npmrc @@ -0,0 +1 @@ +ignore-workspace=true diff --git a/seo/package.json b/seo/package.json index c793748..b4282f2 100644 --- a/seo/package.json +++ b/seo/package.json @@ -16,5 +16,10 @@ }, "engines": { "node": ">=18" + }, + "pnpm": { + "onlyBuiltDependencies": [ + "sharp" + ] } }