Bumps the npm_and_yarn group with 1 update in the /modern/frontend directory: [picomatch](https://github.com/micromatch/picomatch). Bumps the npm_and_yarn group with 1 update in the /modern/mobile directory: [picomatch](https://github.com/micromatch/picomatch). Updates `picomatch` from 4.0.3 to 4.0.4 - [Release notes](https://github.com/micromatch/picomatch/releases) - [Changelog](https://github.com/micromatch/picomatch/blob/master/CHANGELOG.md) - [Commits](https://github.com/micromatch/picomatch/compare/4.0.3...4.0.4) Updates `picomatch` from 2.3.1 to 2.3.2 - [Release notes](https://github.com/micromatch/picomatch/releases) - [Changelog](https://github.com/micromatch/picomatch/blob/master/CHANGELOG.md) - [Commits](https://github.com/micromatch/picomatch/compare/4.0.3...4.0.4) --- updated-dependencies: - dependency-name: picomatch dependency-version: 4.0.4 dependency-type: indirect dependency-group: npm_and_yarn - dependency-name: picomatch dependency-version: 2.3.2 dependency-type: indirect dependency-group: npm_and_yarn ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> |
||
|---|---|---|
| .. | ||
| icons | ||
| public | ||
| src | ||
| .env.development | ||
| debug.html | ||
| Dockerfile | ||
| index.html | ||
| manifest.json | ||
| package-lock.json | ||
| package.json | ||
| postcss.config.js | ||
| README_2FA.md | ||
| README.md | ||
| sw.js | ||
| tailwind.config.js | ||
| vite.config.js | ||
| vite.log | ||
Frontend README
This folder contains a minimal React + Vite app scaffold with PWA manifest and a small Service Worker.
Next steps:
- Run
npm installthennpm run devto start local dev server. - Replace placeholder UI with real components and integrate with backend.