Added npm workspaces option,

This commit is contained in:
2024-09-05 12:41:09 +05:30
parent cd4548c569
commit dcf3fe42b4

View File

@@ -4,6 +4,9 @@
"version": "0.0.0",
"type": "module",
"description": "Umbrella monorepo for all major Armco projects, that uses Lerna for efficient lib sharing",
"workspaces": [
"packages/*"
],
"scripts": {
"dev": "vite",
"start": "vite",