-
`pnpm waku dev` or `pnpm waku dev --with-ssr` - looks like a problem in ViteJS:
```
"@mui/material": "^5.15.6",
"@emotion/react": "^11.11.3",
"@emotion/styled": "^11.11.0",
"vite": "^5.0.12",
…
-
### Package.json file
```JSON
{
"name": "medusa-2.0-boilerplate-backend",
"version": "0.0.2",
"description": "A Prebaked Medusa 2.0 backend",
"author": "Rasmus Puls",
"license": "MIT",…
-
Hello, i've got an issue with 3.0.3 package.
main.js
```javascript
/* eslint-disable import/order */
// import '@/@fake-db/db'
import '@/@iconify/icons-bundle'
import App from '@/App.vue'
i…
-
Hello is this compatible with Nuxt 3?
I tried to create a nuxt plugin like this, but without results:
```
import { defineNuxtPlugin } from "#app";
export default defineNuxtPlugin(async (nuxtAp…
-
### Task
Create templates for submitting new issues, pull requests and bug reports.
Ideas of the templates to be used and how issues are to be handled can be shared here.
Thanks!
-
I have an up-to-date Debian 12 Bookworm VM. I installed `nodejs` and `yarn`.
My `/etc/apt/sources.list.d/nodesource.list`:
```
deb [signed-by=/usr/share/keyrings/nodesource.gpg] https://deb.nod…
-
Hey Pavel, this looks really good but I would suggest upgrading to use https://vitejs.dev/
PS happy new year!
-
### What version of Remix are you using?
Latest
### Are all your remix dependencies & dev-dependencies using the same version?
- [X] Yes
### Steps to Reproduce
Try to run any of the variations of…
-
-
I am building a monolith platform of django backend and vue frontend with vite (django-vite). For authentication, I am using session authentication on django side and vue can get user info by djoser o…