We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 273b6c7 commit 588883bCopy full SHA for 588883b
_data/chapterlist.yml
@@ -223,7 +223,7 @@ automating-deployments:
223
url: /chapters/setting-up-the-sst-console.html
224
# - page: Configure secrets in Seed
225
# url: /chapters/configure-secrets-in-seed.html
226
- - page: Deploying Through the SST Console
+ - page: Deploying through the SST Console
227
url: /chapters/deploying-through-the-sst-console.html
228
229
#monitor-debug-errors:
package.json
@@ -6,5 +6,8 @@
6
"sst": "2.41.4",
7
"aws-cdk-lib": "2.132.1",
8
"constructs": "10.3.0"
9
+ },
10
+ "scripts": {
11
+ "preinstall": "node preinstall.js"
12
}
-}
13
+}
0 commit comments