zenstack 0.2.4 → 0.2.9
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +3 -1
- package/bundle/cli/index.js +129 -132
- package/package.json +4 -4
- package/src/generator/next-auth/index.ts +2 -1
- package/src/generator/service/index.ts +20 -79
- package/bundle/asset/logo-dark.png +0 -0
- package/bundle/asset/logo-light.png +0 -0
- package/bundle/cli/index.js.map +0 -7
- package/bundle/extension.js.map +0 -7
- package/bundle/language-server/main.js.map +0 -7
package/README.md
CHANGED
|
@@ -264,7 +264,7 @@ export const getServerSideProps: GetServerSideProps = async () => {
|
|
|
264
264
|
|
|
265
265
|
**Please note** that server-side database access is not protected by access policies. This is by-design so as to provide a way of bypassing the policies. Please make sure you implement authorization properly.
|
|
266
266
|
|
|
267
|
-
##
|
|
267
|
+
## Learning more
|
|
268
268
|
|
|
269
269
|
### [Learning the ZModel language](/docs/get-started/learning-the-zmodel-language.md)
|
|
270
270
|
|
|
@@ -272,6 +272,8 @@ export const getServerSideProps: GetServerSideProps = async () => {
|
|
|
272
272
|
|
|
273
273
|
### [Database hosting considerations](/docs/ref/database-hosting-considerations.md)
|
|
274
274
|
|
|
275
|
+
### [Setup logging](/docs/ref/setup-logging.md)
|
|
276
|
+
|
|
275
277
|
## Reach out to us for issues, feedback and ideas!
|
|
276
278
|
|
|
277
279
|
[Discord](https://discord.gg/dbuC9ZWc) [Twitter](https://twitter.com/zenstackhq)
|