signature component + improvements

This commit is contained in:
2024-09-24 16:08:02 +02:00
parent b4ef9acb43
commit bbccf871f2
8 changed files with 494 additions and 212 deletions

View File

@@ -3,7 +3,7 @@
"version": "0.0.0",
"scripts": {
"ng": "ng",
"start": "ng serve",
"start": "ng serve --host 0.0.0.0",
"build": "ng build",
"watch": "ng build --watch --configuration development",
"test": "ng test"
@@ -36,4 +36,4 @@
"tailwindcss": "^3.4.4",
"typescript": "~5.4.2"
}
}
}