fix: Agregar serverDir para ubicar server/ correctamente
All checks were successful
build-and-deploy / build-and-deploy (push) Successful in 4m52s

This commit is contained in:
2025-12-02 18:54:31 -06:00
parent 90e2fb1d34
commit a0b1502bb1
2 changed files with 17478 additions and 0 deletions

View File

@@ -1,6 +1,7 @@
// https://nuxt.com/docs/api/configuration/nuxt-config
export default defineNuxtConfig({
srcDir: 'app',
serverDir: 'server',
ssr: true,
devtools: { enabled: true },
css: ['~/assets/css/main.css'],