@fireboom/wundersdk
v1.0.0-next.26
Published
This folder serves as a development playground.
Downloads
5
Readme
Playground
This folder serves as a development playground.
- Install dependencies
pnpm install
. - From this directory
testapp
runwunderctl up --debug
to start WunderGraph using your local sdk.
We use pnpm to handle both modules as a workspace. This avoids hoisting issues and module conflicts (e.g. with the graphql module)
Better type support for generated code
{
"compilerOptions": {
"paths": {
"@wundergraph/sdk": [
"../src"
]
}
}
}