4 errors found: - /home/dtschannen/projects/qrftw/app/main.wasp @ 204:3-10 Parse error: Unexpected token: entities Expected one of the following tokens instead: '}',','
203 | fn: import { findQRCodeById } from "@src/qr-generator/findQRCodeById" 204 | entities: [QRCode] 205 | } - /home/dtschannen/projects/qrftw/app/main.wasp @ 204:11 Parse error: Unexpected token: : Expected one of the following tokens instead: <identifier>
203 | fn: import { findQRCodeById } from "@src/qr-generator/findQRCodeById" 204 | entities: [QRCode] 205 | } - /home/dtschannen/projects/qrftw/app/main.wasp @ 204:13 Parse error: Unexpected token: [ Expected one of the following tokens instead: <identifier>,<eof>
203 | fn: import { findQRCodeById } from "@src/qr-generator/findQRCodeById" 204 | entities: [QRCode] 205 | } - /home/dtschannen/projects/qrftw/app/main.wasp @ 204:14-19 Parse error: Unexpected token: QRCode Expected one of the following tokens instead: <eof>