Alan Agius
Alan Agius
### Environment Node: 22.18.0 nitro-nightly: 3.0.0-20250717-115429.740761af ### Reproduction In https://github.com/nitrojs/vite-examples/tree/main/examples/basic-service run the below to create a simple server route. ``` $ mkdir api touch api/story.ts echo "export default defineEventHandler(event =>...
This change introduces the ability to disable sourcemaps when running the development server. A new Vite plugin has been added to remove sourcemap comments from generated assets. The dev server's...
This commit adds the AI config tool option to GA tracking.
These dependencies are only needed for e2e tests
Remove sanitization for attributes that cannot execute code (e.g. `javascript: URIs`). This was done following a suggestion by ISE.