@infoxchange/make-it-so 3.0.0 → 3.0.1
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 +9 -1
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -2,7 +2,15 @@
|
|
|
2
2
|
|
|
3
3
|
[](https://www.npmjs.com/package/@infoxchange/make-it-so)
|
|
4
4
|
|
|
5
|
-
A helpful little library that allows you to deploy apps on Infoxchange's (IX) infrastructure without having to specify
|
|
5
|
+
A helpful little library that allows you to deploy apps on Infoxchange's (IX) infrastructure without having to specify
|
|
6
|
+
all the implementation details that are specific to IX's deployment environment. You tell it what you want and it will
|
|
7
|
+
worry about making it happen. Most of the heavily lifting is done by [SST](https://sst.dev) which is extending to take
|
|
8
|
+
care the IX related specifics.
|
|
9
|
+
|
|
10
|
+
> [!WARNING]
|
|
11
|
+
> If the app is using SST v2 then you should use the
|
|
12
|
+
> [@infoxchange/make-it-so-sst-v2 npm package](https://www.npmjs.com/package/@infoxchange/make-it-so-sst-v2) which is
|
|
13
|
+
> built from the [sst-v2 branch](https://github.com/infoxchange/make-it-so/tree/sst-v2).
|
|
6
14
|
|
|
7
15
|
## Installation
|
|
8
16
|
|