Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,8 @@ brew install fastly/tap/fastly
fastly version
```

:warning: fastly cli version should be at least v11.1.0

#### Create profile and follow interactive prompt for pasting your API Token created earlier:
```sh
fastly profile create
Expand Down
2 changes: 0 additions & 2 deletions fastly.toml
Original file line number Diff line number Diff line change
Expand Up @@ -12,10 +12,8 @@ service_id = "q9waEnTgJfqQV1a0cYOuo3"
[scripts]
build = """
cargo build --bin potsi --release --target wasm32-wasip1 --color always &&
ln -fs wasm32-wasip1 target/wasm32-wasi
"""


[local_server]
[local_server.backends]
[local_server.backends.equativ_ad_api_2] # FIX ME: must match config
Expand Down