diff --git a/.gitignore b/.gitignore index 227472f..6a6804a 100644 --- a/.gitignore +++ b/.gitignore @@ -18,3 +18,4 @@ _temp venv +/pnpm-lock.yaml diff --git a/package.json b/package.json new file mode 100644 index 0000000..eded5f4 --- /dev/null +++ b/package.json @@ -0,0 +1,5 @@ +{ + "dependencies": { + "prettier": "^3.2.4" + } +}