ricardoboss / Prolangle

A game about programming languages.
https://prolangle.ricardoboss.de
MIT License
2 stars 1 forks source link

When in production, change the seed once a day, not once a minute #71

Closed chucker closed 6 months ago

chucker commented 6 months ago

To test, change index.html as follows:

    <script src="_framework/blazor.webassembly.js" autostart="false"></script>
    <script>
            Blazor.start({
                environment: "Production"
            });
    </script>
ricardoboss commented 6 months ago

Please fix the build failures