This website requires JavaScript.
Explore
Help
Sign in
beenull
/
immich
Watch
1
Star
0
Fork
You've already forked immich
0
Code
Issues
Pull requests
Projects
Releases
Packages
Wiki
Activity
fb0fa742f5
immich
/
web
/
postcss.config.cjs
7 lines
75 B
JavaScript
Raw
Normal View
History
Unescape
Escape
Add web interface with admin functionality (#167)
2022-05-21 07:23:55 +00:00
module
.
exports
=
{
Use cookies for client requests (#377) * Use cookie for frontend request * Remove api helper to use SDK * Added error handling to status box * Remove additional places that check for session.user * Refactor sending password * prettier clean up * remove deadcode * Move all authentication requests to the client * refactor upload panel to only fetch assets after the upload panel disappear * Added keydown to remove focus on title change on album viewer
2022-07-26 17:28:07 +00:00
plugins
:
{
tailwindcss
:
{
}
,
autoprefixer
:
{
}
}
}
;
Reference in a new issue
Copy permalink