From 7a7e144a0d79767f726ca9988a7b8fc752f998ae Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Lo=C3=AFc=20Hoguin?= Date: Sun, 8 Sep 2013 19:50:31 +0200 Subject: Convert the REST streaming example to a release --- examples/rest_stream_response/relx.config | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 examples/rest_stream_response/relx.config (limited to 'examples/rest_stream_response/relx.config') diff --git a/examples/rest_stream_response/relx.config b/examples/rest_stream_response/relx.config new file mode 100644 index 0000000..024b947 --- /dev/null +++ b/examples/rest_stream_response/relx.config @@ -0,0 +1,2 @@ +{release, {rest_stream_response_example, "1"}, [rest_stream_response]}. +{extended_start_script, true}. -- cgit v1.2.3