Matthias Schöffmann

Results 5 comments of Matthias Schöffmann

As mentioned in #103, I think a protection against unauthorized changes would be important for fixed installations. I'm only talking about AdminGUI now, all other "trigger" protocols (osc, http, artnet,...

pnpm still complains about missing webpack: `node` version `v16.19.0` `pnpm` version `7.27.0` ``` "@nuxtjs/tailwindcss": "^6.6.5", "nuxt": "^3.3.3", "vite": "^4.2.1", ``` ``` └─┬ @nuxtjs/tailwindcss 6.6.5 └─┬ @nuxt/postcss8 1.1.3 ├─┬ css-loader 5.2.7...

@ineshbose you can save this `package.json` ```json { "private": true, "scripts": { "build": "nuxt build", "dev": "nuxt dev", "generate": "nuxt generate", "preview": "nuxt preview", "lint:js": "eslint --ext \".js,.ts,.vue\" --ignore-path .gitignore...

I'm having the same issue on every vscode project with nuxt: ```json [{ "resource": "/path-to-my-app/server/tsconfig.json", "owner": "typescript", "severity": 8, "message": "Cannot write file '/path-to-my-app/composables/useSomething.js' because it would overwrite input file.",...