[WEB-4803] fix: eslint errors in code editors (#7675)

* fix: eslint errors in code editors

* fix: removed workspaces from package.json
This commit is contained in:
sriram veeraghanta 2025-08-29 19:44:46 +05:30 committed by GitHub
parent ebd517bb7d
commit 4293892178
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
4 changed files with 1 additions and 9 deletions

View file

@ -5,10 +5,6 @@
"version": "0.28.0",
"license": "AGPL-3.0",
"private": true,
"workspaces": [
"apps/*",
"packages/*"
],
"scripts": {
"build": "turbo run build",
"dev": "turbo run dev --concurrency=18",