Prodromos Pantos
Prodromos Pantos
I install the content and it ask me for the `better-sqlite3`. It try to install the `better-sqlite3` but the next error appear... ``` >npm install better-sqlite3 The system cannot find...
- Operating System: Windows_NT - Node Version: v24.8.0 - Nuxt Version: 4.1.3 - CLI Version: 3.29.2 - Nitro Version: 2.12.7 - Package Manager: [email protected] - Builder: - - User Config:...
### Describe the feature I have a nested query like `filter[color]=red&filter[size]=large&user[product][id]=385&sort=-createdAt&include=author,comments&active=true`. I want to get the raw query to transform the query into object with `qs` lib or I would...