diff --git a/.eslintignore b/.eslintignore index 3897265..903ae8f 100644 --- a/.eslintignore +++ b/.eslintignore @@ -11,3 +11,4 @@ node_modules pnpm-lock.yaml package-lock.json yarn.lock + diff --git a/.eslintrc.cjs b/.eslintrc.cjs index fab32bf..a2023fe 100644 --- a/.eslintrc.cjs +++ b/.eslintrc.cjs @@ -13,3 +13,4 @@ module.exports = { node: true } }; + diff --git a/.gitignore b/.gitignore index 6635cf5..e6af2f7 100644 --- a/.gitignore +++ b/.gitignore @@ -8,3 +8,4 @@ node_modules !.env.example vite.config.js.timestamp-* vite.config.ts.timestamp-* + diff --git a/.npmrc b/.npmrc index b6f27f1..e29745a 100644 --- a/.npmrc +++ b/.npmrc @@ -1 +1,2 @@ engine-strict=true + diff --git a/.prettierignore b/.prettierignore index 3897265..903ae8f 100644 --- a/.prettierignore +++ b/.prettierignore @@ -11,3 +11,4 @@ node_modules pnpm-lock.yaml package-lock.json yarn.lock + diff --git a/.prettierrc b/.prettierrc index a77fdde..19a7239 100644 --- a/.prettierrc +++ b/.prettierrc @@ -7,3 +7,4 @@ "pluginSearchDirs": ["."], "overrides": [{ "files": "*.svelte", "options": { "parser": "svelte" } }] } + diff --git a/README.md b/README.md index 5c91169..720b813 100644 --- a/README.md +++ b/README.md @@ -36,3 +36,4 @@ npm run build You can preview the production build with `npm run preview`. > To deploy your app, you may need to install an [adapter](https://kit.svelte.dev/docs/adapters) for your target environment. + diff --git a/package-lock.json b/package-lock.json index f94a4cc..8078d86 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,4 +1,5 @@ { + "name": "myapp", "version": "0.0.1", "lockfileVersion": 2, diff --git a/package.json b/package.json index 178e4dc..440f3cc 100644 --- a/package.json +++ b/package.json @@ -34,3 +34,5 @@ "react-icons": "^4.8.0" } } + + diff --git a/playwright.config.js b/playwright.config.js index f0ba5d2..dd83e6d 100644 --- a/playwright.config.js +++ b/playwright.config.js @@ -8,3 +8,5 @@ const config = { }; export default config; + + diff --git a/postcss.config.js b/postcss.config.js index 2e7af2b..b4a6220 100644 --- a/postcss.config.js +++ b/postcss.config.js @@ -4,3 +4,4 @@ export default { autoprefixer: {}, }, } + diff --git a/src/app.css b/src/app.css index bd6213e..b5c61c9 100644 --- a/src/app.css +++ b/src/app.css @@ -1,3 +1,3 @@ @tailwind base; @tailwind components; -@tailwind utilities; \ No newline at end of file +@tailwind utilities; diff --git a/src/app.html b/src/app.html index effe0d0..bca4ef9 100644 --- a/src/app.html +++ b/src/app.html @@ -10,3 +10,4 @@