diff --git a/.gitignore b/.gitignore index 0a0f362..cfe669c 100644 --- a/.gitignore +++ b/.gitignore @@ -8,3 +8,4 @@ /Aspnet/obj/ /Modelo/bin/ Aspnet/bin/ +node_modules/ \ No newline at end of file diff --git a/bun.lockb b/bun.lockb new file mode 100755 index 0000000..1893ab0 Binary files /dev/null and b/bun.lockb differ diff --git a/package.json b/package.json new file mode 100644 index 0000000..8502cf7 --- /dev/null +++ b/package.json @@ -0,0 +1 @@ +{ "dependencies": { "chart.js": "^4.4.7" } } \ No newline at end of file