This commit is contained in:
Zsolt Ero
2024-01-20 00:47:48 +01:00
parent a20e1e92d5
commit 2d926abacd
2 changed files with 6 additions and 0 deletions

1
.gitignore vendored
View File

@@ -18,3 +18,4 @@ _temp
venv
/pnpm-lock.yaml

5
package.json Normal file
View File

@@ -0,0 +1,5 @@
{
"dependencies": {
"prettier": "^3.2.4"
}
}