The backend build target, and the one that answers when nothing else does.
Its match is unconditional and its priority puts it last, which is what makes it the default:
a project that renders nothing is a service, and that is what the CLI has always assumed.
It is the only target the CLI still ships. Building a React application is
@stone-js/use-react's business and building a native one is @stone-js/use-react-native's;
both register their target through the same public key this one uses, and the CLI knows what
neither of them does.
The backend build target, and the one that answers when nothing else does.
Its
matchis unconditional and its priority puts it last, which is what makes it the default: a project that renders nothing is a service, and that is what the CLI has always assumed.It is the only target the CLI still ships. Building a React application is
@stone-js/use-react's business and building a native one is@stone-js/use-react-native's; both register their target through the same public key this one uses, and the CLI knows what neither of them does.