You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
currently, to run, 2 processed need to be started, npm run tsc:watch and npm run serve
can we change things so that only npm run serve need to be run? perhaps by using something like ts-node?