Skip to content

Conversation

@HardikMathur11
Copy link

Summary:-

  • Implements a minimal, clean, sleek static website with green hues.
  • Hosts Android assetlinks.json for deeplinking under /.well-known/ .
  • Adds a simple theme toggle (auto/light/dark) aligned with theme‑based UI.
  • Includes all required sections and placeholders for app screenshots.

Changes:-

  • New files:
    • website/index.html — hero, features, design call, guidelines, required screens, docs, participate, footer.
    • website/styles.css — minimal green theme, responsive cards/grid, light/dark variables.
    • website/script.js — theme toggle (auto → light → dark).
    • website/.well-known/assetlinks.json — placeholder package_name and sha256_cert_fingerprints .
    • website/README.md — local preview instructions and notes.
    • package.json — npm scripts to serve site locally with http-server .
  • No changes to app code; scoped to website and dev tooling.

Screens Included

  • Onboarding
  • Account Setup (Login/Signup)
  • Groups Page
  • Invite Users
  • Add Expenses
  • Graphs
  • All screens use placeholder images; ready to replace with real app captures.

How to Test

  • npm install
  • npm run dev
  • Visit http://127.0.0.1:5173/
  • Toggle theme via header button; verify light/dark and auto modes.

@coderabbitai
Copy link

coderabbitai bot commented Dec 13, 2025

Important

Review skipped

Review was skipped due to path filters

⛔ Files ignored due to path filters (300)
  • node_modules/.bin/he is excluded by !**/node_modules/**
  • node_modules/.bin/he.cmd is excluded by !**/node_modules/**
  • node_modules/.bin/he.ps1 is excluded by !**/node_modules/**
  • node_modules/.bin/http-server is excluded by !**/node_modules/**
  • node_modules/.bin/http-server.cmd is excluded by !**/node_modules/**
  • node_modules/.bin/http-server.ps1 is excluded by !**/node_modules/**
  • node_modules/.bin/mime is excluded by !**/node_modules/**
  • node_modules/.bin/mime.cmd is excluded by !**/node_modules/**
  • node_modules/.bin/mime.ps1 is excluded by !**/node_modules/**
  • node_modules/.bin/opener is excluded by !**/node_modules/**
  • node_modules/.bin/opener.cmd is excluded by !**/node_modules/**
  • node_modules/.bin/opener.ps1 is excluded by !**/node_modules/**
  • node_modules/.package-lock.json is excluded by !**/node_modules/**
  • node_modules/ansi-styles/index.d.ts is excluded by !**/node_modules/**
  • node_modules/ansi-styles/index.js is excluded by !**/node_modules/**
  • node_modules/ansi-styles/license is excluded by !**/node_modules/**
  • node_modules/ansi-styles/package.json is excluded by !**/node_modules/**
  • node_modules/ansi-styles/readme.md is excluded by !**/node_modules/**
  • node_modules/async/CHANGELOG.md is excluded by !**/node_modules/**
  • node_modules/async/LICENSE is excluded by !**/node_modules/**
  • node_modules/async/README.md is excluded by !**/node_modules/**
  • node_modules/async/all.js is excluded by !**/node_modules/**
  • node_modules/async/allLimit.js is excluded by !**/node_modules/**
  • node_modules/async/allSeries.js is excluded by !**/node_modules/**
  • node_modules/async/any.js is excluded by !**/node_modules/**
  • node_modules/async/anyLimit.js is excluded by !**/node_modules/**
  • node_modules/async/anySeries.js is excluded by !**/node_modules/**
  • node_modules/async/apply.js is excluded by !**/node_modules/**
  • node_modules/async/applyEach.js is excluded by !**/node_modules/**
  • node_modules/async/applyEachSeries.js is excluded by !**/node_modules/**
  • node_modules/async/asyncify.js is excluded by !**/node_modules/**
  • node_modules/async/auto.js is excluded by !**/node_modules/**
  • node_modules/async/autoInject.js is excluded by !**/node_modules/**
  • node_modules/async/bower.json is excluded by !**/node_modules/**
  • node_modules/async/cargo.js is excluded by !**/node_modules/**
  • node_modules/async/cargoQueue.js is excluded by !**/node_modules/**
  • node_modules/async/compose.js is excluded by !**/node_modules/**
  • node_modules/async/concat.js is excluded by !**/node_modules/**
  • node_modules/async/concatLimit.js is excluded by !**/node_modules/**
  • node_modules/async/concatSeries.js is excluded by !**/node_modules/**
  • node_modules/async/constant.js is excluded by !**/node_modules/**
  • node_modules/async/detect.js is excluded by !**/node_modules/**
  • node_modules/async/detectLimit.js is excluded by !**/node_modules/**
  • node_modules/async/detectSeries.js is excluded by !**/node_modules/**
  • node_modules/async/dir.js is excluded by !**/node_modules/**
  • node_modules/async/dist/async.js is excluded by !**/dist/**, !**/node_modules/**
  • node_modules/async/dist/async.min.js is excluded by !**/dist/**, !**/node_modules/**, !**/*.min.js
  • node_modules/async/dist/async.mjs is excluded by !**/dist/**, !**/node_modules/**
  • node_modules/async/doDuring.js is excluded by !**/node_modules/**
  • node_modules/async/doUntil.js is excluded by !**/node_modules/**
  • node_modules/async/doWhilst.js is excluded by !**/node_modules/**
  • node_modules/async/during.js is excluded by !**/node_modules/**
  • node_modules/async/each.js is excluded by !**/node_modules/**
  • node_modules/async/eachLimit.js is excluded by !**/node_modules/**
  • node_modules/async/eachOf.js is excluded by !**/node_modules/**
  • node_modules/async/eachOfLimit.js is excluded by !**/node_modules/**
  • node_modules/async/eachOfSeries.js is excluded by !**/node_modules/**
  • node_modules/async/eachSeries.js is excluded by !**/node_modules/**
  • node_modules/async/ensureAsync.js is excluded by !**/node_modules/**
  • node_modules/async/every.js is excluded by !**/node_modules/**
  • node_modules/async/everyLimit.js is excluded by !**/node_modules/**
  • node_modules/async/everySeries.js is excluded by !**/node_modules/**
  • node_modules/async/filter.js is excluded by !**/node_modules/**
  • node_modules/async/filterLimit.js is excluded by !**/node_modules/**
  • node_modules/async/filterSeries.js is excluded by !**/node_modules/**
  • node_modules/async/find.js is excluded by !**/node_modules/**
  • node_modules/async/findLimit.js is excluded by !**/node_modules/**
  • node_modules/async/findSeries.js is excluded by !**/node_modules/**
  • node_modules/async/flatMap.js is excluded by !**/node_modules/**
  • node_modules/async/flatMapLimit.js is excluded by !**/node_modules/**
  • node_modules/async/flatMapSeries.js is excluded by !**/node_modules/**
  • node_modules/async/foldl.js is excluded by !**/node_modules/**
  • node_modules/async/foldr.js is excluded by !**/node_modules/**
  • node_modules/async/forEach.js is excluded by !**/node_modules/**
  • node_modules/async/forEachLimit.js is excluded by !**/node_modules/**
  • node_modules/async/forEachOf.js is excluded by !**/node_modules/**
  • node_modules/async/forEachOfLimit.js is excluded by !**/node_modules/**
  • node_modules/async/forEachOfSeries.js is excluded by !**/node_modules/**
  • node_modules/async/forEachSeries.js is excluded by !**/node_modules/**
  • node_modules/async/forever.js is excluded by !**/node_modules/**
  • node_modules/async/groupBy.js is excluded by !**/node_modules/**
  • node_modules/async/groupByLimit.js is excluded by !**/node_modules/**
  • node_modules/async/groupBySeries.js is excluded by !**/node_modules/**
  • node_modules/async/index.js is excluded by !**/node_modules/**
  • node_modules/async/inject.js is excluded by !**/node_modules/**
  • node_modules/async/internal/DoublyLinkedList.js is excluded by !**/node_modules/**
  • node_modules/async/internal/Heap.js is excluded by !**/node_modules/**
  • node_modules/async/internal/applyEach.js is excluded by !**/node_modules/**
  • node_modules/async/internal/asyncEachOfLimit.js is excluded by !**/node_modules/**
  • node_modules/async/internal/awaitify.js is excluded by !**/node_modules/**
  • node_modules/async/internal/breakLoop.js is excluded by !**/node_modules/**
  • node_modules/async/internal/consoleFunc.js is excluded by !**/node_modules/**
  • node_modules/async/internal/createTester.js is excluded by !**/node_modules/**
  • node_modules/async/internal/eachOfLimit.js is excluded by !**/node_modules/**
  • node_modules/async/internal/filter.js is excluded by !**/node_modules/**
  • node_modules/async/internal/getIterator.js is excluded by !**/node_modules/**
  • node_modules/async/internal/initialParams.js is excluded by !**/node_modules/**
  • node_modules/async/internal/isArrayLike.js is excluded by !**/node_modules/**
  • node_modules/async/internal/iterator.js is excluded by !**/node_modules/**
  • node_modules/async/internal/map.js is excluded by !**/node_modules/**
  • node_modules/async/internal/once.js is excluded by !**/node_modules/**
  • node_modules/async/internal/onlyOnce.js is excluded by !**/node_modules/**
  • node_modules/async/internal/parallel.js is excluded by !**/node_modules/**
  • node_modules/async/internal/promiseCallback.js is excluded by !**/node_modules/**
  • node_modules/async/internal/queue.js is excluded by !**/node_modules/**
  • node_modules/async/internal/range.js is excluded by !**/node_modules/**
  • node_modules/async/internal/reject.js is excluded by !**/node_modules/**
  • node_modules/async/internal/setImmediate.js is excluded by !**/node_modules/**
  • node_modules/async/internal/withoutIndex.js is excluded by !**/node_modules/**
  • node_modules/async/internal/wrapAsync.js is excluded by !**/node_modules/**
  • node_modules/async/log.js is excluded by !**/node_modules/**
  • node_modules/async/map.js is excluded by !**/node_modules/**
  • node_modules/async/mapLimit.js is excluded by !**/node_modules/**
  • node_modules/async/mapSeries.js is excluded by !**/node_modules/**
  • node_modules/async/mapValues.js is excluded by !**/node_modules/**
  • node_modules/async/mapValuesLimit.js is excluded by !**/node_modules/**
  • node_modules/async/mapValuesSeries.js is excluded by !**/node_modules/**
  • node_modules/async/memoize.js is excluded by !**/node_modules/**
  • node_modules/async/nextTick.js is excluded by !**/node_modules/**
  • node_modules/async/package.json is excluded by !**/node_modules/**
  • node_modules/async/parallel.js is excluded by !**/node_modules/**
  • node_modules/async/parallelLimit.js is excluded by !**/node_modules/**
  • node_modules/async/priorityQueue.js is excluded by !**/node_modules/**
  • node_modules/async/queue.js is excluded by !**/node_modules/**
  • node_modules/async/race.js is excluded by !**/node_modules/**
  • node_modules/async/reduce.js is excluded by !**/node_modules/**
  • node_modules/async/reduceRight.js is excluded by !**/node_modules/**
  • node_modules/async/reflect.js is excluded by !**/node_modules/**
  • node_modules/async/reflectAll.js is excluded by !**/node_modules/**
  • node_modules/async/reject.js is excluded by !**/node_modules/**
  • node_modules/async/rejectLimit.js is excluded by !**/node_modules/**
  • node_modules/async/rejectSeries.js is excluded by !**/node_modules/**
  • node_modules/async/retry.js is excluded by !**/node_modules/**
  • node_modules/async/retryable.js is excluded by !**/node_modules/**
  • node_modules/async/select.js is excluded by !**/node_modules/**
  • node_modules/async/selectLimit.js is excluded by !**/node_modules/**
  • node_modules/async/selectSeries.js is excluded by !**/node_modules/**
  • node_modules/async/seq.js is excluded by !**/node_modules/**
  • node_modules/async/series.js is excluded by !**/node_modules/**
  • node_modules/async/setImmediate.js is excluded by !**/node_modules/**
  • node_modules/async/some.js is excluded by !**/node_modules/**
  • node_modules/async/someLimit.js is excluded by !**/node_modules/**
  • node_modules/async/someSeries.js is excluded by !**/node_modules/**
  • node_modules/async/sortBy.js is excluded by !**/node_modules/**
  • node_modules/async/timeout.js is excluded by !**/node_modules/**
  • node_modules/async/times.js is excluded by !**/node_modules/**
  • node_modules/async/timesLimit.js is excluded by !**/node_modules/**
  • node_modules/async/timesSeries.js is excluded by !**/node_modules/**
  • node_modules/async/transform.js is excluded by !**/node_modules/**
  • node_modules/async/tryEach.js is excluded by !**/node_modules/**
  • node_modules/async/unmemoize.js is excluded by !**/node_modules/**
  • node_modules/async/until.js is excluded by !**/node_modules/**
  • node_modules/async/waterfall.js is excluded by !**/node_modules/**
  • node_modules/async/whilst.js is excluded by !**/node_modules/**
  • node_modules/async/wrapSync.js is excluded by !**/node_modules/**
  • node_modules/basic-auth/HISTORY.md is excluded by !**/node_modules/**
  • node_modules/basic-auth/LICENSE is excluded by !**/node_modules/**
  • node_modules/basic-auth/README.md is excluded by !**/node_modules/**
  • node_modules/basic-auth/index.js is excluded by !**/node_modules/**
  • node_modules/basic-auth/package.json is excluded by !**/node_modules/**
  • node_modules/call-bind-apply-helpers/.eslintrc is excluded by !**/node_modules/**
  • node_modules/call-bind-apply-helpers/.github/FUNDING.yml is excluded by !**/node_modules/**
  • node_modules/call-bind-apply-helpers/.nycrc is excluded by !**/node_modules/**
  • node_modules/call-bind-apply-helpers/CHANGELOG.md is excluded by !**/node_modules/**
  • node_modules/call-bind-apply-helpers/LICENSE is excluded by !**/node_modules/**
  • node_modules/call-bind-apply-helpers/README.md is excluded by !**/node_modules/**
  • node_modules/call-bind-apply-helpers/actualApply.d.ts is excluded by !**/node_modules/**
  • node_modules/call-bind-apply-helpers/actualApply.js is excluded by !**/node_modules/**
  • node_modules/call-bind-apply-helpers/applyBind.d.ts is excluded by !**/node_modules/**
  • node_modules/call-bind-apply-helpers/applyBind.js is excluded by !**/node_modules/**
  • node_modules/call-bind-apply-helpers/functionApply.d.ts is excluded by !**/node_modules/**
  • node_modules/call-bind-apply-helpers/functionApply.js is excluded by !**/node_modules/**
  • node_modules/call-bind-apply-helpers/functionCall.d.ts is excluded by !**/node_modules/**
  • node_modules/call-bind-apply-helpers/functionCall.js is excluded by !**/node_modules/**
  • node_modules/call-bind-apply-helpers/index.d.ts is excluded by !**/node_modules/**
  • node_modules/call-bind-apply-helpers/index.js is excluded by !**/node_modules/**
  • node_modules/call-bind-apply-helpers/package.json is excluded by !**/node_modules/**
  • node_modules/call-bind-apply-helpers/reflectApply.d.ts is excluded by !**/node_modules/**
  • node_modules/call-bind-apply-helpers/reflectApply.js is excluded by !**/node_modules/**
  • node_modules/call-bind-apply-helpers/test/index.js is excluded by !**/node_modules/**
  • node_modules/call-bind-apply-helpers/tsconfig.json is excluded by !**/node_modules/**
  • node_modules/call-bound/.eslintrc is excluded by !**/node_modules/**
  • node_modules/call-bound/.github/FUNDING.yml is excluded by !**/node_modules/**
  • node_modules/call-bound/.nycrc is excluded by !**/node_modules/**
  • node_modules/call-bound/CHANGELOG.md is excluded by !**/node_modules/**
  • node_modules/call-bound/LICENSE is excluded by !**/node_modules/**
  • node_modules/call-bound/README.md is excluded by !**/node_modules/**
  • node_modules/call-bound/index.d.ts is excluded by !**/node_modules/**
  • node_modules/call-bound/index.js is excluded by !**/node_modules/**
  • node_modules/call-bound/package.json is excluded by !**/node_modules/**
  • node_modules/call-bound/test/index.js is excluded by !**/node_modules/**
  • node_modules/call-bound/tsconfig.json is excluded by !**/node_modules/**
  • node_modules/chalk/index.d.ts is excluded by !**/node_modules/**
  • node_modules/chalk/license is excluded by !**/node_modules/**
  • node_modules/chalk/package.json is excluded by !**/node_modules/**
  • node_modules/chalk/readme.md is excluded by !**/node_modules/**
  • node_modules/chalk/source/index.js is excluded by !**/node_modules/**
  • node_modules/chalk/source/templates.js is excluded by !**/node_modules/**
  • node_modules/chalk/source/util.js is excluded by !**/node_modules/**
  • node_modules/color-convert/CHANGELOG.md is excluded by !**/node_modules/**
  • node_modules/color-convert/LICENSE is excluded by !**/node_modules/**
  • node_modules/color-convert/README.md is excluded by !**/node_modules/**
  • node_modules/color-convert/conversions.js is excluded by !**/node_modules/**
  • node_modules/color-convert/index.js is excluded by !**/node_modules/**
  • node_modules/color-convert/package.json is excluded by !**/node_modules/**
  • node_modules/color-convert/route.js is excluded by !**/node_modules/**
  • node_modules/color-name/LICENSE is excluded by !**/node_modules/**
  • node_modules/color-name/README.md is excluded by !**/node_modules/**
  • node_modules/color-name/index.js is excluded by !**/node_modules/**
  • node_modules/color-name/package.json is excluded by !**/node_modules/**
  • node_modules/corser/.npmignore is excluded by !**/node_modules/**
  • node_modules/corser/.travis.yml is excluded by !**/node_modules/**
  • node_modules/corser/LICENSE is excluded by !**/node_modules/**
  • node_modules/corser/README.md is excluded by !**/node_modules/**
  • node_modules/corser/lib/corser.js is excluded by !**/node_modules/**
  • node_modules/corser/package.json is excluded by !**/node_modules/**
  • node_modules/debug/LICENSE is excluded by !**/node_modules/**
  • node_modules/debug/README.md is excluded by !**/node_modules/**
  • node_modules/debug/package.json is excluded by !**/node_modules/**
  • node_modules/debug/src/browser.js is excluded by !**/node_modules/**
  • node_modules/debug/src/common.js is excluded by !**/node_modules/**
  • node_modules/debug/src/index.js is excluded by !**/node_modules/**
  • node_modules/debug/src/node.js is excluded by !**/node_modules/**
  • node_modules/dunder-proto/.eslintrc is excluded by !**/node_modules/**
  • node_modules/dunder-proto/.github/FUNDING.yml is excluded by !**/node_modules/**
  • node_modules/dunder-proto/.nycrc is excluded by !**/node_modules/**
  • node_modules/dunder-proto/CHANGELOG.md is excluded by !**/node_modules/**
  • node_modules/dunder-proto/LICENSE is excluded by !**/node_modules/**
  • node_modules/dunder-proto/README.md is excluded by !**/node_modules/**
  • node_modules/dunder-proto/get.d.ts is excluded by !**/node_modules/**
  • node_modules/dunder-proto/get.js is excluded by !**/node_modules/**
  • node_modules/dunder-proto/package.json is excluded by !**/node_modules/**
  • node_modules/dunder-proto/set.d.ts is excluded by !**/node_modules/**
  • node_modules/dunder-proto/set.js is excluded by !**/node_modules/**
  • node_modules/dunder-proto/test/get.js is excluded by !**/node_modules/**
  • node_modules/dunder-proto/test/index.js is excluded by !**/node_modules/**
  • node_modules/dunder-proto/test/set.js is excluded by !**/node_modules/**
  • node_modules/dunder-proto/tsconfig.json is excluded by !**/node_modules/**
  • node_modules/es-define-property/.eslintrc is excluded by !**/node_modules/**
  • node_modules/es-define-property/.github/FUNDING.yml is excluded by !**/node_modules/**
  • node_modules/es-define-property/.nycrc is excluded by !**/node_modules/**
  • node_modules/es-define-property/CHANGELOG.md is excluded by !**/node_modules/**
  • node_modules/es-define-property/LICENSE is excluded by !**/node_modules/**
  • node_modules/es-define-property/README.md is excluded by !**/node_modules/**
  • node_modules/es-define-property/index.d.ts is excluded by !**/node_modules/**
  • node_modules/es-define-property/index.js is excluded by !**/node_modules/**
  • node_modules/es-define-property/package.json is excluded by !**/node_modules/**
  • node_modules/es-define-property/test/index.js is excluded by !**/node_modules/**
  • node_modules/es-define-property/tsconfig.json is excluded by !**/node_modules/**
  • node_modules/es-errors/.eslintrc is excluded by !**/node_modules/**
  • node_modules/es-errors/.github/FUNDING.yml is excluded by !**/node_modules/**
  • node_modules/es-errors/CHANGELOG.md is excluded by !**/node_modules/**
  • node_modules/es-errors/LICENSE is excluded by !**/node_modules/**
  • node_modules/es-errors/README.md is excluded by !**/node_modules/**
  • node_modules/es-errors/eval.d.ts is excluded by !**/node_modules/**
  • node_modules/es-errors/eval.js is excluded by !**/node_modules/**
  • node_modules/es-errors/index.d.ts is excluded by !**/node_modules/**
  • node_modules/es-errors/index.js is excluded by !**/node_modules/**
  • node_modules/es-errors/package.json is excluded by !**/node_modules/**
  • node_modules/es-errors/range.d.ts is excluded by !**/node_modules/**
  • node_modules/es-errors/range.js is excluded by !**/node_modules/**
  • node_modules/es-errors/ref.d.ts is excluded by !**/node_modules/**
  • node_modules/es-errors/ref.js is excluded by !**/node_modules/**
  • node_modules/es-errors/syntax.d.ts is excluded by !**/node_modules/**
  • node_modules/es-errors/syntax.js is excluded by !**/node_modules/**
  • node_modules/es-errors/test/index.js is excluded by !**/node_modules/**
  • node_modules/es-errors/tsconfig.json is excluded by !**/node_modules/**
  • node_modules/es-errors/type.d.ts is excluded by !**/node_modules/**
  • node_modules/es-errors/type.js is excluded by !**/node_modules/**
  • node_modules/es-errors/uri.d.ts is excluded by !**/node_modules/**
  • node_modules/es-errors/uri.js is excluded by !**/node_modules/**
  • node_modules/es-object-atoms/.eslintrc is excluded by !**/node_modules/**
  • node_modules/es-object-atoms/.github/FUNDING.yml is excluded by !**/node_modules/**
  • node_modules/es-object-atoms/CHANGELOG.md is excluded by !**/node_modules/**
  • node_modules/es-object-atoms/LICENSE is excluded by !**/node_modules/**
  • node_modules/es-object-atoms/README.md is excluded by !**/node_modules/**
  • node_modules/es-object-atoms/RequireObjectCoercible.d.ts is excluded by !**/node_modules/**
  • node_modules/es-object-atoms/RequireObjectCoercible.js is excluded by !**/node_modules/**
  • node_modules/es-object-atoms/ToObject.d.ts is excluded by !**/node_modules/**
  • node_modules/es-object-atoms/ToObject.js is excluded by !**/node_modules/**
  • node_modules/es-object-atoms/index.d.ts is excluded by !**/node_modules/**
  • node_modules/es-object-atoms/index.js is excluded by !**/node_modules/**
  • node_modules/es-object-atoms/isObject.d.ts is excluded by !**/node_modules/**
  • node_modules/es-object-atoms/isObject.js is excluded by !**/node_modules/**
  • node_modules/es-object-atoms/package.json is excluded by !**/node_modules/**
  • node_modules/es-object-atoms/test/index.js is excluded by !**/node_modules/**
  • node_modules/es-object-atoms/tsconfig.json is excluded by !**/node_modules/**
  • node_modules/eventemitter3/LICENSE is excluded by !**/node_modules/**
  • node_modules/eventemitter3/README.md is excluded by !**/node_modules/**
  • node_modules/eventemitter3/index.d.ts is excluded by !**/node_modules/**
  • node_modules/eventemitter3/index.js is excluded by !**/node_modules/**
  • node_modules/eventemitter3/package.json is excluded by !**/node_modules/**
  • node_modules/eventemitter3/umd/eventemitter3.js is excluded by !**/node_modules/**
  • node_modules/eventemitter3/umd/eventemitter3.min.js is excluded by !**/node_modules/**, !**/*.min.js
  • node_modules/eventemitter3/umd/eventemitter3.min.js.map is excluded by !**/node_modules/**, !**/*.map, !**/*.min.js.map
  • node_modules/follow-redirects/LICENSE is excluded by !**/node_modules/**
  • node_modules/follow-redirects/README.md is excluded by !**/node_modules/**
  • node_modules/follow-redirects/debug.js is excluded by !**/node_modules/**
  • node_modules/follow-redirects/http.js is excluded by !**/node_modules/**
  • node_modules/follow-redirects/https.js is excluded by !**/node_modules/**

CodeRabbit blocks several paths by default. You can override this behavior by explicitly including those paths in the path filters. For example, including **/dist/** will override the default block on the dist directory, by removing the pattern from both the lists.

You can disable this status message by setting the reviews.review_status to false in the CodeRabbit configuration file.

✨ Finishing touches
🧪 Generate unit tests (beta)
  • Create PR with unit tests
  • Post copyable unit tests in a comment

Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out.

❤️ Share

Comment @coderabbitai help to get the list of available commands and usage tips.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant