diff --git a/app.config.ts b/app.config.ts new file mode 100644 index 0000000..204b080 --- /dev/null +++ b/app.config.ts @@ -0,0 +1,3 @@ +export default defineAppConfig({ + gorbClientBaseURL: "localhost:3000" +}) \ No newline at end of file diff --git a/nuxt.config.ts b/nuxt.config.ts new file mode 100644 index 0000000..c27a274 --- /dev/null +++ b/nuxt.config.ts @@ -0,0 +1,6 @@ +// https://nuxt.com/docs/api/configuration/nuxt-config +export default defineNuxtConfig({ + compatibilityDate: '2024-11-01', + devtools: { enabled: true }, + modules: ['@nuxt/fonts', '@nuxt/image'] +}) \ No newline at end of file