We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
import { defineNuxtConfig } from 'nuxt3' export default defineNuxtConfig({ modules: ['@nuxtjs/partytown'], partytown: { forward: ['$crisp', '$crisp.push'], debug: true }, meta: { script: [ // Insert your CRISP Script here e.g.: { children: 'window.$crisp = []; window.CRISP_WEBSITE_ID = "0000"' }, { src: 'https://client.crisp.chat/l.js', async: true, type: 'text/partytown' } ] } })
Worker not getting initialised
The text was updated successfully, but these errors were encountered:
This is the issue: nuxt/framework#4304 - the nitro:generate hook was removed.
nitro:generate
Sorry, something went wrong.
maybe use nitro:start will be solution ?
nitro:start
Thanks for the issue - we're now using new nitro publicAssets to directly add + serve partytown directory: bf4cfca.
Issue should be resolved in 0.1.1.
No branches or pull requests
Worker not getting initialised
The text was updated successfully, but these errors were encountered: