Skip to content

Commit 47cb0cb

Browse files
committed
chore: improve demo, commit generated files
1 parent 7b426e8 commit 47cb0cb

File tree

10 files changed

+4331
-33
lines changed

10 files changed

+4331
-33
lines changed

.npmrc

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,2 @@
11
shared-workspace-lockfile=true
2-
save-workspace-protocol=true
3-
use-node-version=16
2+
save-workspace-protocol=true

cosmo-router/.gitignore

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
11
config.json
2-
plugins/users/generated/
32
plugins/users/bin
43
release

cosmo-router/config.yaml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
# yaml-language-server: $schema=https://raw.githubusercontent.com/wundergraph/cosmo/main/router/pkg/config/config.schema.json
2+
13
version: "1"
24

35
listen_addr: localhost:3010
@@ -6,6 +8,8 @@ dev_mode: true
68

79
execution_config:
810
file:
11+
watch: true
12+
watch_interval: 1s
913
path: config.json
1014

1115
plugins:

0 commit comments

Comments
 (0)