Skip to content

Commit 9df93a8

Browse files
Jake ChampionJakeChampion
authored andcommitted
add local dictionary and object store
1 parent 225ed37 commit 9df93a8

File tree

1 file changed

+15
-0
lines changed
  • integration-tests/js-compute/fixtures/extend-from-builtins

1 file changed

+15
-0
lines changed

integration-tests/js-compute/fixtures/extend-from-builtins/fastly.toml.in

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,3 +10,18 @@ service_id = ""
1010

1111
[scripts]
1212
build = "node ../../../../js-compute-runtime-cli.js"
13+
14+
15+
[local_server]
16+
[local_server.object_store]
17+
example = []
18+
19+
[local_server.dictionaries]
20+
[local_server.dictionaries.example]
21+
format = "inline-toml"
22+
[local_server.dictionaries.example.contents]
23+
24+
[setup]
25+
[setup.dictionaries]
26+
[setup.dictionaries.example]
27+
[setup.dictionaries.example.items]

0 commit comments

Comments
 (0)