@evolu/relay 1.1.2-preview.0

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/.dockerignore ADDED
@@ -0,0 +1,16 @@
1
+ node_modules
2
+ .turbo
3
+ dist
4
+ *.log
5
+ .env
6
+ .env.local
7
+ .DS_Store
8
+ coverage
9
+ .nyc_output
10
+ *.db
11
+ *.sqlite
12
+ .git
13
+ .gitignore
14
+ README.md
15
+ CHANGELOG.md
16
+ examples
@@ -0,0 +1,4 @@
1
+
2
+ > @evolu/relay@1.1.2-preview.0 build /home/runner/work/evolu/evolu/apps/relay
3
+ > shx rm -rf dist && tsc
4
+