wasp-lang / wasp

The fastest way to develop full-stack web apps with React & Node.js.
https://wasp-lang.dev
MIT License
13.49k stars 1.18k forks source link

Migrate streaming example to 0.14.0 #2157

Closed infomiho closed 2 months ago

infomiho commented 2 months ago

This app opens up an interesting question - do we require schema.prisma file even for apps that don't use entities? Right now, We have it by default in the basic template and throw an error if the file is missing.

sodic commented 2 months ago

So, we currently throw an error if the schema.prisma is missing even if the app has no entities.

Is this something we want to reconsider before the release or not?

infomiho commented 2 months ago

We agreed to keep requiring the schema.prisma file because it simplifies the implementation. We'll evolve this as people start giving us feedback :)