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 73012f8 commit d9fb768Copy full SHA for d9fb768
.ebextensions/01-launch-template.config
@@ -0,0 +1,4 @@
1
+option_settings:
2
+ aws:autoscaling:launchconfiguration:
3
+ RootVolumeType: gp3
4
+ DisableIMDSv1: true
.gitignore
@@ -29,3 +29,8 @@ coverage
29
30
# Environment files
31
.env
32
+
33
+# Elastic Beanstalk Files
34
+.elasticbeanstalk/*
35
+!.elasticbeanstalk/*.cfg.yml
36
+!.elasticbeanstalk/*.global.yml
package.json
@@ -3,6 +3,6 @@
"husky": "^9.1.6"
},
5
"scripts": {
6
- "prepare": "husky"
+ "prepare": "command -v husky && husky || true"
7
}
8
0 commit comments