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
Clean project gives me static errors
GET http://localhost:3000/_concierge/static/main.1e1087119f.css net::ERR_ABORTED 404 (Cannot find static asset /_concierge/static/main.1e1087119f.css) _concierge/:1 GET http://localhost:3000/_concierge/static/vendor.ef109761db.js net::ERR_ABORTED 404 (Cannot find static asset /_concierge/static/vendor.ef109761db.js) _concierge/:1 GET http://localhost:3000/_concierge/static/main.8acdde5e5b.js net::ERR_ABORTED 404 (Cannot find static asset /_concierge/static/main.8acdde5e5b.js)
// https://nuxt.com/docs/api/configuration/nuxt-config export default defineNuxtConfig({ compatibilityDate: '2024-04-03', modules: ["nuxt-concierge"], concierge: { managementUI: true, redis: { host: "localhost", port: 6379, password: "test", }, }, devtools: { enabled: true }, nitro:{ experimental:{ openAPI: true } } })
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Clean project gives me static errors
The text was updated successfully, but these errors were encountered: