config(yarn): Add workspaces to package.json

This commit is contained in:
Emil Ivanichkov 2024-01-22 14:36:14 +02:00
parent 5973640a5e
commit ed3c3661c9

View File

@ -3,6 +3,9 @@
"private": true,
"version": "0.0.0",
"homepage": "https://nimbus-gui.github.io/nimbus-gui",
"workspaces": [
"libs/*"
],
"scripts": {
"dev": "NODE_ENV=development vite",
"build": "tsc -p . && vite build",