-
### Current Behavior
Running test files with nx `19.7.0`
```
FAIL src/services/queries/wiki/wiki.test.tsx [ src/services/queries/wiki/wiki.test.tsx ]
Error: Failed to resolve import "~/mocks/setup…
-
because of not adding the . before the root of src in vite config file, it's causing a crash of:
```sh
Internal server error: Failed to resolve import "@/App.vue" from "src/main.ts". Does the file…
-
Here's a minimal reproduction repo -> https://github.com/mattstrayer/cockpit-repro
this is the text I get when trying to load the root directory or the admin directory
```javascript
{
"me…
-
I'm using Vite for my application, which is used to build the app, but does not run during development. While in debug mode, I want askama to load templates from `/static`, but load from `/dist` durin…
-
### Describe the bug
Some config options are set by sveltekit and are not warned if they are overriding user-supplied vite options, though other options do have warnings enabled.
For example, the …
-
### Vue - Official extension or vue-tsc version
Vue-Official v2.1.6, vue-tsc ^2.0.28
### VSCode version
1.9.3
### Vue version
^3.4.31
### TypeScript version
^5.5.4
### System Info
```shell
Sy…
-
### Describe the bug
I've been upgrading our dependencies to the most recent versions lately and I've started receiving the following error in our NX Monorepo related to `@vitest/web-worker` that i…
-
I finally able to use Hono on vercel, it's only work when using `@resolid/remix-plugins/node-hono` 😭
can you add feature on Hono preset to be able to add custom hono server?
I want to be able to …
-
### Which *exact* UI Library version are you using? For example: 1.0.1 - don't just write v1.
1.8.2
### Bug summary
As the title describes, I would like to use The @umbraco-ui/uui web components in…
-
### Describe the bug
When using the `SelectButton` and `:allow-empty="false"` a user can still deselect the currently selected item by clicking it again.
### Reproducer
https://stackblitz.com/edit/…