shared static this()
     {
         (...)
     }

BTW, I'd recommend using

    void main()
    {
        (...)
        runApplication();
    }

instead and dropping the VibeDefaultMain version in the package recipe. The old approach is planned to be faded out slowly, because it requires some special DUB support that would be nice to see gone at some point.

Reply via email to