From 1bdf77a8f8c3863e9c5c4a9bd4e97cd2b12cd1b3 Mon Sep 17 00:00:00 2001 From: mao-sz <122839503+mao-sz@users.noreply.github.com> Date: Tue, 1 Sep 2026 16:13:52 +0100 Subject: [PATCH] Add Linux + macOS to devEngines restrictions Issues with Windows but also TOP does not support Windows --- package.json | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/package.json b/package.json index fd77587..67ed13a 100644 --- a/package.json +++ b/package.json @@ -29,5 +29,15 @@ "globals": "^17.6.0", "prettier": "2.7.1", "vite": "^8.0.14" + }, + "devEngines": { + "os": [ + { + "name": "linux" + }, + { + "name": "darwin" + } + ] } }