This website requires JavaScript.
Explore
Help
Sign In
techies
/
authelia
Watch
1
Star
0
Fork
0
You've already forked authelia
mirror of
https://github.com/0rangebananaspy/authelia.git
synced
2024-09-14 22:47:21 +07:00
Code
Issues
Projects
Releases
Wiki
Activity
079d069cd6
authelia
/
web
/
src
/
react-app-env.d.ts
3 lines
85 B
TypeScript
Raw
Normal View
History
Unescape
Escape
Rewrite authelia frontend to improve user experience. This refactoring simplify the code of the frontend and prepare the portal for receiving a user settings page and an admin page.
2019-11-19 06:37:36 +07:00
/// <reference types="react-scripts" />
[CI] Add linting option for frontend and enforce styling (#1565) We now extend the default Eslint configuration and enforce styling with prettier for all of our frontend code.
2021-01-02 17:58:24 +07:00
declare
var
__webpack_public_path__
:
string
;
Reference in New Issue
Copy Permalink