From eb0ff3d2868f4d7a7b94f25e961d1082bc174592 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?S=C3=A9bastien=20Chopin?= Date: Wed, 24 Jan 2024 19:44:59 +0100 Subject: [PATCH] chore: rename to nuxthub --- {_nuxtflare => _nuxthub}/modules/drizzle-studio.ts | 0 {_nuxtflare => _nuxthub}/nuxt.config.ts | 0 {_nuxtflare => _nuxthub}/server/api/_hub/database/query.post.ts | 0 {_nuxtflare => _nuxthub}/server/utils/database.ts | 0 nuxt.config.ts | 2 +- 5 files changed, 1 insertion(+), 1 deletion(-) rename {_nuxtflare => _nuxthub}/modules/drizzle-studio.ts (100%) rename {_nuxtflare => _nuxthub}/nuxt.config.ts (100%) rename {_nuxtflare => _nuxthub}/server/api/_hub/database/query.post.ts (100%) rename {_nuxtflare => _nuxthub}/server/utils/database.ts (100%) diff --git a/_nuxtflare/modules/drizzle-studio.ts b/_nuxthub/modules/drizzle-studio.ts similarity index 100% rename from _nuxtflare/modules/drizzle-studio.ts rename to _nuxthub/modules/drizzle-studio.ts diff --git a/_nuxtflare/nuxt.config.ts b/_nuxthub/nuxt.config.ts similarity index 100% rename from _nuxtflare/nuxt.config.ts rename to _nuxthub/nuxt.config.ts diff --git a/_nuxtflare/server/api/_hub/database/query.post.ts b/_nuxthub/server/api/_hub/database/query.post.ts similarity index 100% rename from _nuxtflare/server/api/_hub/database/query.post.ts rename to _nuxthub/server/api/_hub/database/query.post.ts diff --git a/_nuxtflare/server/utils/database.ts b/_nuxthub/server/utils/database.ts similarity index 100% rename from _nuxtflare/server/utils/database.ts rename to _nuxthub/server/utils/database.ts diff --git a/nuxt.config.ts b/nuxt.config.ts index e85b12d5..400f0f9c 100644 --- a/nuxt.config.ts +++ b/nuxt.config.ts @@ -3,7 +3,7 @@ export default defineNuxtConfig({ // extends: '@nuxt/ui-pro', extends: [ // '/Users/atinux/Projects/nuxt/ui-pro', - './_nuxtflare' + './_nuxthub' ], modules: [ '@nuxt/ui',