diff --git a/package.json b/package.json index 7ed4f72..db7d153 100644 --- a/package.json +++ b/package.json @@ -15,6 +15,13 @@ "vue": "^3.5.30", "vue-router": "4" }, + "pnpm": { + "supportedArchitectures": { + "os": ["current", "linux"], + "cpu": ["current", "x64"], + "libc": ["current", "glibc"] + } + }, "devDependencies": { "@types/luxon": "^3.7.1", "@vitejs/plugin-vue": "^6.0.5",