mirror of
https://github.com/hay-kot/homebox.git
synced 2024-11-17 14:18:43 +00:00
2e82398e5c
* implement password score UI and functions * update strings tests to use `test`instead of `it` * update typing * refactor login/register UI+Logic * fix width on switches to properly display * fetch and store self in store * (WIP) unify card styles * update labels page * bump nuxt * use form area * use text area for description * unify confirm API * unify UI around pages * change header background height
7 lines
123 B
TypeScript
7 lines
123 B
TypeScript
import { defineConfig } from "vite";
|
|
|
|
export default defineConfig({
|
|
test: {
|
|
globalSetup: "./test/setup.ts",
|
|
},
|
|
});
|