1
0
mirror of https://github.com/koloml/furbooru-tagging-assistant.git synced 2025-12-23 23:02:58 +00:00

Merge remote-tracking branch 'origin/release/0.3.3' into feature/typescriptify-storage-entities

# Conflicts:
#	src/app.d.ts
This commit is contained in:
2024-11-30 05:02:11 +04:00
16 changed files with 80 additions and 63 deletions

View File

@@ -2,7 +2,11 @@ import {sveltekit} from '@sveltejs/kit/vite';
import {defineConfig} from 'vite';
export default defineConfig({
build: {
// SVGs imported from the FA6 don't need to be inlined!
assetsInlineLimit: 0
},
plugins: [
sveltekit(),
]
],
});