-
See #https://github.com/netzo/netzo/issues/129
For reference, I just did `netzo init crm` and then `netzo deploy` and it did work:
```sh
netzo deploy
✔ Project: CRM
ℹ Uploading all files from…
-
A followup to https://github.com/netzo/netzo/issues/86. We should go after the remaining two usages of version numbers in the code and get rid of them:
* https://github.com/netzo/netzo/blob/804c6f7fb…
deer updated
9 months ago
-
**TLDR:** the `add` command (static generation) should allow receiving optional instructions for customization (prompt-based generation). This should be implemented as an optional `--prompt` flag, whi…
-
**TLDR:** Add a `netzo add` subcommand to the CLI, which asks you which `component/block` you want to scaffold to your project, and the CLI takes care of creating the necessary files in `components/`,…
-
https://github.com/netzo/netzo/pull/116 began work on implementing hooks. This issue is intended as overview of the intended hooks API and scope:
- **No (global) api-level options (e.g. `idField`, …
-
**TLDR:** move resource declaration into separate file e.g. `resources/.ts` as a best-practice instead of inlining everything in the entrypoint file.
### Context
The current registration of reso…
-
**TLDR**: Fragmented pagination styles are a challenge lots of developers have to cope with when integrating multiple APIs, as APIs use many different pagination strategies. [A unified pagination API]…
-
Followup to https://github.com/netzo/netzo/issues/96, since the PR got too big. Pulling out the second item:
* invoke the remote initialize script. need a better way to determine where the script is …
deer updated
9 months ago
-
["Automatic" deployments](https://deno.com/deploy/docs/ci_github#automatic): select a repo+branch via @netzo/app to connect to, listen to webhook in @netzo/api
**Relevant issue:** https://github.com…
-
During the migration of the company handbook to the Netzo framework, I faced challenges with the application layout. Despite having all the necessary files installed, including netzo.ts, .env, etc., n…