1
0
mirror of https://github.com/amir20/dozzle.git synced 2026-01-05 12:25:32 +01:00

Adds workspace

This commit is contained in:
Amir Raminfar
2023-03-10 14:09:57 -08:00
parent c886071559
commit 1c07142bce
4 changed files with 170 additions and 138 deletions

7
docs/package.json Normal file
View File

@@ -0,0 +1,7 @@
{
"private": true,
"type": "module",
"devDependencies": {
"dozzle": "workspace:*"
}
}