run prettier on ui

This commit is contained in:
2025-07-25 22:39:10 +01:00
parent 8c12ca0024
commit df81605ecc
8 changed files with 236 additions and 129 deletions

View File

@ -1,8 +1,7 @@
import { defineVitestConfig } from '@nuxt/test-utils/config'
import { defineVitestConfig } from "@nuxt/test-utils/config";
export default defineVitestConfig({
test: {
environment: 'nuxt'
}
})
test: {
environment: "nuxt",
},
});