create-steedos-app 2.2.53-beta.6 → 2.2.54-beta.10
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/dist/default/README-template.md +1 -0
- package/dist/default/env +0 -11
- package/dist/default/gitignore +3 -0
- package/dist/gitignore +3 -0
- package/dist/index.js +7 -7
- package/package.json +2 -2
|
@@ -22,6 +22,7 @@ Open [http://localhost:5000](http://localhost:5000) with your browser to see the
|
|
|
22
22
|
To learn more about Steedos Platform, take a look at the following resources:
|
|
23
23
|
|
|
24
24
|
- [Steedos Documentation](https://www.steedos.com/docs) - learn about Steedos features and API.
|
|
25
|
+
- [Steedos Examples](https://github.com/steedos/steedos-examples) - Enjoy our selection of steedos examples to learn from or incorporate into your project.
|
|
25
26
|
|
|
26
27
|
You can check out [the Steedos GitHub repository](https://github.com/steedos/steedos-platform/) - your feedback and contributions are welcome!
|
|
27
28
|
|
package/dist/default/env
CHANGED
|
@@ -19,14 +19,3 @@ STEEDOS_CLOUD_SPACE_ID=
|
|
|
19
19
|
# vscode 代码同步
|
|
20
20
|
METADATA_SERVER=
|
|
21
21
|
METADATA_APIKEY=
|
|
22
|
-
|
|
23
|
-
# CDN in china, default is https://unpkg.com
|
|
24
|
-
STEEDOS_UNPKG_URL=https://npm.elemecdn.com
|
|
25
|
-
STEEDOS_PUBLIC_PAGE_ASSETURLS=https://unpkg.com/@steedos-ui/builder-widgets@2.2.32/dist/assets.json
|
|
26
|
-
|
|
27
|
-
STEEDOS_IDENTITY_OIDC_CONFIG_URL=
|
|
28
|
-
STEEDOS_IDENTITY_OIDC_CLIENT_ID=
|
|
29
|
-
STEEDOS_IDENTITY_OIDC_CLIENT_SECRET=
|
|
30
|
-
STEEDOS_IDENTITY_OIDC_NAME=
|
|
31
|
-
STEEDOS_IDENTITY_OIDC_LOGO=
|
|
32
|
-
STEEDOS_IDENTITY_OIDC_REQUIRE_LOCAL_ACCOUNT=false
|
package/dist/default/gitignore
CHANGED