add ui docker build
All checks were successful
Backend Actions / check (push) Successful in 28s
Backend Actions / build (push) Successful in 27s
Backend Actions / test (push) Successful in 35s

This commit is contained in:
2025-07-25 17:12:13 +01:00
parent e7eb9b8b16
commit 70835f04fa
4 changed files with 52 additions and 1 deletions

View File

@ -2,5 +2,8 @@
export default defineNuxtConfig({
compatibilityDate: '2025-07-15',
devtools: { enabled: true },
modules: ['@nuxt/eslint', '@nuxt/icon', '@nuxt/test-utils']
modules: ['@nuxt/eslint', '@nuxt/icon', '@nuxt/test-utils'],
nitro: {
preset: 'node-server'
}
})