-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathcdn-files.txt
More file actions
29 lines (22 loc) · 827 Bytes
/
cdn-files.txt
File metadata and controls
29 lines (22 loc) · 827 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
# Files listed here are exposed to the world via the CDN on auto-deploy.
# Keep the comment '#' in the first column, our parsing is crude.
install.sh
install.ps1
synadia-nats-channels.conf
zsh.complete.nats
zshrc
# This _redirects file is documented at:
# <https://developers.cloudflare.com/pages/platform/redirects>
_redirects
# The file make-json-files will make additional files:
# - synadia-nats-channels.json
# - synadia-nats-platforms.json
# The file nightlies-serving/wrangler.toml defines "routes" which will be
# handled by the worker code in that directory.
# Those will be intercepted by CF and served from the KV store, instead
# of the static site which this file manages.
#
# So in addition to whatever we define here, the site will publish:
# - get-nats.io/current-nightly
# - get-nats.io/nightly/*
#