This commit is contained in:
2025-01-22 05:07:26 -03:00
parent 8d4281b715
commit 04a3deeae5
3 changed files with 2 additions and 0 deletions

1
.gitignore vendored
View File

@@ -8,3 +8,4 @@
/Aspnet/obj/ /Aspnet/obj/
/Modelo/bin/ /Modelo/bin/
Aspnet/bin/ Aspnet/bin/
node_modules/

BIN
bun.lockb Executable file

Binary file not shown.

1
package.json Normal file
View File

@@ -0,0 +1 @@
{ "dependencies": { "chart.js": "^4.4.7" } }