fix: Shared pkgs importeren

This commit is contained in:
Tibo De Peuter 2025-04-02 17:32:14 +02:00
parent b6e07d28df
commit 9470a4ddf9
Signed by: tdpeuter
GPG key ID: 38297DE43F75FFE2
95 changed files with 160 additions and 142 deletions

View file

@ -1,11 +1,14 @@
{
"name": "dwengo-1-monorepo",
"name": "dwengo-1",
"version": "0.1.1",
"description": "Monorepo for Dwengo-1",
"private": true,
"type": "module",
"scripts": {
"build": "npm run build --workspaces --if-present",
"prebuild": "npm run clean",
"build": "tsc --build tsconfig.build.json",
"clean": "tsc --build tsconfig.build.json --clean",
"watch": "tsc --build tsconfig.build.json --watch",
"format": "npm run format --workspace=backend --workspace=common --workspace=frontend",
"format-check": "npm run format-check --workspace=backend --workspace=common --workspace=frontend",
"lint": "npm run lint --workspace=backend --workspace=common --workspace=frontend",