-
Notifications
You must be signed in to change notification settings - Fork 12
Open
Description
Hi
After installing nuxt-directus on a fresh install of NuXT, I have an 'Unexpected token' error when accesing localhost:3000.
Here's my nuxt.config.js config :
modules: [
...
'@pnodev/nuxt-directus',
'cookie-universal-nuxt',
],
...
directus: {
apiUrl: 'http://localhost:8055',
},
cookie-universal-nuxt is installed and the store is acivated.
Is there something I forgot to configure?
Metadata
Metadata
Assignees
Labels
No labels