Skip to content

Commit

Permalink
Import fix (#1)
Browse files Browse the repository at this point in the history
  • Loading branch information
meirroth committed Apr 14, 2024
1 parent 56d4935 commit 46bcd21
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion nuxt.config.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,7 @@
// https://nuxt.com/docs/api/configuration/nuxt-config
export default defineNuxtConfig({
devtools: { enabled: true }
devtools: { enabled: true },
build: {
transpile: ["@featurevisor/sdk"],
},
})

0 comments on commit 46bcd21

Please sign in to comment.