diff --git a/frontend/.gitignore b/frontend/.gitignore index c37ff00e..4bfd9948 100644 --- a/frontend/.gitignore +++ b/frontend/.gitignore @@ -29,6 +29,15 @@ README.md # production /build +# Yarn +.pnp.* +.yarn/* +!.yarn/patches +!.yarn/plugins +!.yarn/releases +!.yarn/sdks +!.yarn/versions + # misc .DS_Store .env.local diff --git a/frontend/.yarnrc.yml b/frontend/.yarnrc.yml new file mode 100644 index 00000000..3186f3f0 --- /dev/null +++ b/frontend/.yarnrc.yml @@ -0,0 +1 @@ +nodeLinker: node-modules diff --git a/frontend/public/index.html b/frontend/index.html similarity index 86% rename from frontend/public/index.html rename to frontend/index.html index 88542967..de59bc4a 100644 --- a/frontend/public/index.html +++ b/frontend/index.html @@ -2,18 +2,15 @@ - + - + - +