Logo
Explore Help
Register Sign In
immich-app/immich
1
0
Fork 0
You've already forked immich
mirror of https://github.com/immich-app/immich.git synced 2025-12-20 01:11:46 +03:00
Code Issues Packages Projects Releases 18 Wiki Activity
Files
8b001b87d23f6ec95cb3a938e021659f5f8cb7a6
immich/web/svelte.config.js

14 lines
257 B
JavaScript
Raw Normal View History

Add web interface with admin functionality (#167)
2022-05-21 02:23:55 -05:00
import preprocess from 'svelte-preprocess';
import adapter from '@sveltejs/adapter-node';
Fix web lint issues
2022-09-08 17:30:49 +02:00
Add web interface with admin functionality (#167)
2022-05-21 02:23:55 -05:00
/** @type {import('@sveltejs/kit').Config} */
const config = {
preprocess: preprocess(),
kit: {
feat(web): Update to latest version of SvelteKit (#705)
2022-09-16 23:13:22 -05:00
adapter: adapter({ out: 'build' })
Add ablum feature to web (#352) * Added album page * Refactor sidebar * Added album assets count info * Added album viewer page * Refactor album sorting * Fixed incorrectly showing selected asset in album selection * Improve fetching speed with prefetch * Refactor to use ImmichThubmnail component for all * Update to the latest version of Svelte * Implement fixed app bar in album viewer * Added shared user avatar * Correctly get all owned albums, including shared
2022-07-15 23:18:17 -05:00
}
Add web interface with admin functionality (#167)
2022-05-21 02:23:55 -05:00
};
export default config;
Reference in New Issue Copy Permalink
Powered by Gitea Version: 1.25.3 Page: 85ms Template: 5ms
English
Bahasa Indonesia Deutsch English Español Français Gaeilge Italiano Latviešu Magyar nyelv Nederlands Polski Português de Portugal Português do Brasil Suomi Svenska Türkçe Čeština Ελληνικά Български Русский Українська فارسی മലയാളം 日本語 简体中文 繁體中文(台灣) 繁體中文(香港) 한국어
Licenses API