style(admin-web): apply Prettier formatting

Run `prettier --write .` across all source files. Changes are purely
formatting: trailing commas, line wrapping at 120 chars, import
reordering, and CSS whitespace. No logic changes. Verified with
`prettier --check .` and `svelte-check` (0 errors, 0 warnings).
This commit is contained in:
2026-07-14 00:10:13 +08:00
parent ae870a9b73
commit cbe569d7e6
27 changed files with 176 additions and 174 deletions
+3 -3
View File
@@ -10,9 +10,9 @@ const config = {
assets: 'build',
fallback: 'index.html',
precompress: false,
strict: false
})
}
strict: false,
}),
},
};
export default config;