Creates a new npm script that allows developers to proxy webpack's dev server to https://discuit.net
This allows for easier FE development since FE devs simply need to kick off this start command and not worry about configuring a local backend
using cross-env to ensure it works regardless of OS
Creates a new npm script that allows developers to proxy webpack's dev server to https://discuit.net This allows for easier FE development since FE devs simply need to kick off this start command and not worry about configuring a local backend
using
cross-env
to ensure it works regardless of OS