diff --git a/.env b/.env index 0454adf..a7517dd 100644 --- a/.env +++ b/.env @@ -1 +1 @@ -REACT_APP_VERSION=$npm_package_version +VITE_VERSION=$npm_package_version diff --git a/.gitignore b/.gitignore index d30f40e..a5f5be8 100644 --- a/.gitignore +++ b/.gitignore @@ -19,3 +19,6 @@ npm-debug.log* yarn-debug.log* yarn-error.log* +/test-results/ +/playwright-report/ +/playwright/.cache/ diff --git a/public/index.html b/index.html similarity index 62% rename from public/index.html rename to index.html index 2ec98d5..1aa7c8c 100644 --- a/public/index.html +++ b/index.html @@ -8,17 +8,8 @@ manifest.json provides metadata used when your web app is added to the homescreen on Android. See https://developers.google.com/web/fundamentals/engage-and-retain/web-app-manifest/ --> - - - + +