WaspW
Wasp11mo ago
isaiah

main.wasp.ts related

OS: Linux Mint
Context: Recently made a new Wasp (v0.16.2) project. I set it up first with main.wasp before changing it to main.wasp.ts. Followed the wasp-ts-config instructions carefully.
Problem: import { App } from 'wasp-config' has no exported member 'App'. When I used go-to-definition on 'wasp-config', it sends me to run.d.ts file. Is this normal?
Was this page helpful?