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
{{ message }}
This repository was archived by the owner on Aug 18, 2019. It is now read-only.
Right now im doing yarn bt && node dist/hello.js, shared-module package does not seem to have such command, i guess its because we want to keep it agnostic and dumb, but the local development would almost always need to run a main file to either bootstrap a server or run some kind of script?
Right now im doing
yarn bt && node dist/hello.js,shared-modulepackage does not seem to have such command, i guess its because we want to keep it agnostic and dumb, but the local development would almost always need to run a main file to either bootstrap a server or run some kind of script?maybe im missing something :) @kirillgroshkov