Pieter

Results 3 issues of Pieter

I have been trying to filter pages based on template name using `where` in graphql. However, the template field doesn't appear in the list. Is there an existing filter we...

scope: docs
needs: discussion
type: feature
component: connections
object type: post

## Bug Report **Describe the current, buggy behavior** When I run a command against multiple aliases using the group alias `@clients`, I get the following error: ``` ssh is not...

My src folder contains an `index.css` file wich is imported into the lib's entry point, `index.js`, as ```js import './index.css?export' ``` Since vite@5, however, the index.css file is no longer...