evernote-random icon indicating copy to clipboard operation
evernote-random copied to clipboard

Prevent need for npm build on glitch

Open galtenberg opened this issue 7 years ago • 0 comments

Glitch isn't serving react in development mode, requiring express logic to send build/ artifacts (see https://github.com/galtenberg/evernote-random/blob/master/server/index.js#L21-L29).

Make those lines unnecessary / serve react ala development mode.

(When we do an official prod release, we'll definitely make a build.)

galtenberg avatar Nov 13 '17 23:11 galtenberg