@hzrd149
Nostrudel.ninja loads really fast. Running it locally is very slow, makes over 700 HTTP connections before it loads. How can I run Nostrudel in production?
Is there something else besides
/usr/bin/yarn dev --host
@hzrd149
Nostrudel.ninja loads really fast. Running it locally is very slow, makes over 700 HTTP connections before it loads. How can I run Nostrudel in production?
Is there something else besides
/usr/bin/yarn dev --host
yes, the dev version compiles every file individually. if you run "yarn build" then "npx serve dist" you will get the compiled production version
If you also have a web server you can copy the contents of the "dist" directory there to host nostrudel on the website