♻️ Remove Nx and rely on pnpm monorepo features

This commit is contained in:
Juanfran
2026-02-04 13:16:07 +01:00
committed by Andrey Antukh
parent 45d04942cc
commit 96b682aa12
79 changed files with 1498 additions and 9053 deletions

View File

@@ -0,0 +1,13 @@
{
"name": "icons-plugin",
"version": "0.0.0",
"private": true,
"type": "module",
"scripts": {
"build": "ng build icons-plugin",
"build:dev": "ng build icons-plugin --configuration development",
"serve": "ng serve icons-plugin",
"lint": "eslint .",
"test": "vitest"
}
}