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-19 17:23:21 +03:00
Code Issues Packages Projects Releases 17 Wiki Activity
Files
3ec74444b05aef35a076f328e973b0f34a05efd6
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: 130ms Template: 6ms
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