ts-klassen / supdls

suppressed download server
Apache License 2.0
0 stars 0 forks source link

Check if rebar as prod release works #27

Open ts-klassen opened 9 months ago

ts-klassen commented 9 months ago

What is issue number 23 about?

ts-klassen commented 9 months ago

What is issue number 23 about?

ttsquest-test[bot] commented 9 months ago

Issue number 23 is about a test for Japanese responses. The title of the issue is "日本語回答のテストです" (Test for Japanese responses).

ts-klassen commented 9 months ago

What are the dependencies of this app?

ttsquest-test[bot] commented 9 months ago

The dependencies of this app, as specified in the rebar.config file, are currently empty. Here is the content of the rebar.config file:

{erl_opts, [debug_info]}.
{deps, []}.

{relx, [{release, {supdls, "0.1.0"},
         [supdls,
          sasl]},

        {mode, dev},

        {sys_config, "./config/supdls.config"},
        {vm_args, "./config/vm.args"}
]}.

{profiles, [{prod, [{relx,
                     [{mode, prod}
                     ]}]}]}.

Please note that the deps section is empty, indicating that there are no external dependencies specified in this file.