No description
Find a file
vickytechkey 4d9d9e0246
All checks were successful
Beta CI/CD Pipeline / build-and-test (push) Successful in 14s
Beta CI/CD Pipeline / deploy-beta (push) Successful in 5s
Fix redirect loop when using mock admin login credentials
2026-08-15 19:47:47 +05:30
.forgejo/workflows chore: update FTP_HOST secret reference in beta CI/CD workflow 2026-08-15 18:40:51 +05:30
public Initial commit 2026-08-15 18:36:20 +05:30
src Fix redirect loop when using mock admin login credentials 2026-08-15 19:47:47 +05:30
.gitignore Initial commit 2026-08-15 18:36:20 +05:30
.oxlintrc.json Initial commit 2026-08-15 18:36:20 +05:30
index.html Initial commit 2026-08-15 18:36:20 +05:30
package-lock.json Initial commit 2026-08-15 18:36:20 +05:30
package.json Initial commit 2026-08-15 18:36:20 +05:30
README.md Initial commit 2026-08-15 18:36:20 +05:30
run.sh Initial commit 2026-08-15 18:36:20 +05:30
vite.config.js Initial commit 2026-08-15 18:36:20 +05:30

React + Vite

This template provides a minimal setup to get React working in Vite with HMR and some Oxlint rules.

Currently, two official plugins are available:

React Compiler

The React Compiler is not enabled on this template because of its impact on dev & build performances. To add it, see this documentation.

Expanding the Oxlint configuration

If you are developing a production application, we recommend using TypeScript with type-aware lint rules enabled. Check out the TS template for information on how to integrate TypeScript and Oxlint's TypeScript related rules in your project.