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-18 09:13:15 +03:00
Code Issues Packages Projects Releases 16 Wiki Activity
Files
15a498fd600a5a8f38d48c7d15d91a0fe14a6fc8
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.2 Page: 99ms Template: 3ms
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