isaiah
WWasp
•Created by isaiah on 2/19/2025 in #đŸ™‹questions
About Wasp TypeScript config
Noob question. In Wasp TS, when you declare an App:
const app = new App('todoApp', {
title: 'ToDo App',
wasp: { version: '^0.16.0' },
// head: []
});
Why do you need to declare todoApp as a name for App then another time as the title?5 replies
WWasp
•Created by isaiah on 2/19/2025 in #đŸ™‹questions
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?19 replies
WWasp
•Created by isaiah on 1/8/2025 in #đŸ™‹questions
About Wasp repo and dependency versions
In Wasp repo, where are the dependency versions defined before generating a Wasp template?
6 replies