Merge branch 'release'

This commit is contained in:
Filip Sodić 2024-08-08 19:08:05 +02:00
commit 6ca84469e9

View File

@ -99,7 +99,7 @@ Entity types are available everywhere, including the client code:
```ts
import { Task } from "wasp/entities"
export function ExamplePage() {}
export function ExamplePage() {
const task: Task = {
id: 123,
description: "Some random task",