This website requires JavaScript.
Explore
Help
Sign In
wasp-lang
/
wasp
Watch
1
Star
1
Fork
0
You've already forked wasp
mirror of
https://github.com/wasp-lang/wasp.git
synced
2024-12-28 19:44:30 +03:00
Code
Issues
Projects
Releases
Wiki
Activity
0785378a53
wasp
/
examples
/
realworld
/
.gitignore
3 lines
13 B
Plaintext
Raw
Normal View
History
Unescape
Escape
Fixed some old docs links and created init version of realworld app.
2020-10-30 18:28:50 +03:00
/.wasp/
Upgraded to Prisma 2.21 (stable migrations) + postgre can be used in local dev. - `wasp db migrate-save` and `wasp db migrate-up` got replaced with `wasp db migrate-dev`. - Wasp now has a declarative way to express which db is used, postgresql or sqlite: `db { system: PostgreSQL }`. - Prisma is now at the latest version, 2.21. PSL parser was upgraded to work with this. - PostgreSQL can now be used for local development. - We migrated examples/realworld to work with this new version of Wasp.
2021-04-21 15:06:25 +03:00
.env
Reference in New Issue
Copy Permalink