Update lamdera compiler note about source-available being available for enterprise customers.

This commit is contained in:
Dillon Kearns 2022-11-08 15:03:48 +05:30
parent bc0fbd5952
commit 9a443d03d0

View File

@ -17,7 +17,8 @@ is why elm-pages v2 had the Secrets API - to ensure that you could use sensitive
we're able to serialize only the final value for your Route Module's `Data` (not any of the intermediary values), so the user can reason about it more easily
and write less code. It also improves performance because we serialize the `Data` value in a binary format, reducing the transfer size.
The Lamdera Compiler is free to use, but is not source-available. In the future, it's possible that the Lamdera Wire functionality will be made available in
The Lamdera Compiler is free to use, but is currently only source-available to enterprise customers of the hosted Lamdera service.
In the future, it's possible that the Lamdera Wire functionality will be made available in
an open source, source-available tool, but there's no guarantee of that or timeline.
## Is elm-pages full-stack? Can I use it for pure static sites without a server? Can I use it for server-rendered pages with dynamic user content?