diff --git a/fixtures/backend-app/package.json b/fixtures/backend-app/package.json index b27c4e1..b8a05e3 100644 --- a/fixtures/backend-app/package.json +++ b/fixtures/backend-app/package.json @@ -1,6 +1,7 @@ { "name": "backend", "type": "module", + "private": true, "main": "./src/main.ts", "scripts": { "dev": "naily dev"