From 4ba53f881db15d19706b0b9864c280e350d0eced Mon Sep 17 00:00:00 2001 From: Daniel Roe Date: Wed, 12 Jul 2023 10:39:45 +0100 Subject: [PATCH] fix: include server endpoints in packaged theme --- package.json | 1 + 1 file changed, 1 insertion(+) diff --git a/package.json b/package.json index d29513110..2b1514ea9 100644 --- a/package.json +++ b/package.json @@ -11,6 +11,7 @@ "composables", "layouts", "plugins", + "server", "nuxt.schema.ts", "app.vue", "app.config.ts",