refactor(common): Introduceer common package

This commit is contained in:
Tibo De Peuter 2025-03-31 18:31:12 +02:00
parent da2729eeca
commit 8bf927d1c9
Signed by: tdpeuter
GPG key ID: 38297DE43F75FFE2
4 changed files with 36 additions and 5 deletions

9
package-lock.json generated
View file

@ -10,6 +10,7 @@
"license": "MIT",
"workspaces": [
"backend",
"common",
"frontend",
"docs"
],
@ -81,6 +82,10 @@
"url": "https://github.com/sponsors/sindresorhus"
}
},
"common": {
"name": "dwengo-1-common",
"version": "0.1.1"
},
"docs": {
"name": "dwengo-1-docs",
"version": "0.0.1",
@ -4011,6 +4016,10 @@
"resolved": "backend",
"link": true
},
"node_modules/dwengo-1-common": {
"resolved": "common",
"link": true
},
"node_modules/dwengo-1-docs": {
"resolved": "docs",
"link": true