mirror of
https://github.com/wasp-lang/wasp.git
synced 2024-12-19 15:11:52 +03:00
59c714111e
* Add clientSetup support to analyzer and tidy up generator * Add clientSetup support to generator * Add tests for client setup function and tidy up * Address PR comments for client setup function * Clean up server and web app generators * Document react query invalidation on logout * Update e2e tests after query client cache clean * Fix syntax error in exmaple app * Remove leftover todos * Fix formatting * Fix formatting * Fix tests for client setup function * Update e2e test * Fix todos in templates * Add docs for client setup * Fix docs typo * Fix docs typo * Fix docs typo * Fix docs typo * Update e2e test
4 lines
100 B
JavaScript
4 lines
100 B
JavaScript
export default function setup() {
|
|
console.log("This was called from the client setup function")
|
|
}
|