Skip to content

Commit

Permalink
Merge branch 'miho-zod-env' into miho-zod-user-env
Browse files Browse the repository at this point in the history
  • Loading branch information
infomiho committed Jan 3, 2025
2 parents cf6cd1e + 41e24be commit ce0859d
Show file tree
Hide file tree
Showing 147 changed files with 5,162 additions and 1,776 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,7 @@ This is the main repo of the Wasp universe, containing core code (mostly `waspc`

# Project status

Currently, Wasp is in beta, with most features flushed out and working well.
Currently, Wasp is in beta, with most features fleshed out and working well.
However, there are still a lot of improvements and additions that we have in mind for the future, and we are working on them constantly, so you can expect a lot of changes and improvements in the future.

While the idea is to support multiple web tech stacks in the future, right now, we are focusing on the specific stack: React + react-query, NodeJS + ExpressJS, and Prisma.
Expand Down
5 changes: 5 additions & 0 deletions examples/waspello/.prettierrc
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
{
"semi": false,
"singleQuote": true,
"jsxSingleQuote": true
}
Loading

0 comments on commit ce0859d

Please sign in to comment.