dito
dito copied to clipboard
Dito.js is a declarative and modern web framework with a focus on API driven development, based on Objection.js, Koa.js and Vue.js – Developed at Lineto by Jürg Lehni and made available by Lineto in...
I was able to reproduce the issue I mentioned in https://github.com/ditojs/dito/commit/ab6e4e4b6f8678b752bbd29b25c6bd80ebf990b9 here: https://github.com/puckey/dito-example/tree/reproduce/tab-error Go to /admin/dummies/1 and then click on the edit button of one of the messages. it produces...
- `env` could default to `process.env.NODE_ENV` when not supplied - `server.host` could default to `env.NODE_HOST || env.HOST || '0.0.0.0'` when not supplied - `server.port` could default to `env.NODE_PORT || env.PORT...
When creating migrations, the tables always include `#id` and `#ref` columns: ```js export async function up(knex) { await knex.schema .createTable('channel', table => { table.increments('id').primary() table.string('#id') table.string('#ref') }) } export async...
It may seem newbie but I couldn't make it work so far. I'm a little confused, I don't know what should I do with those packages. Even example package didn't...
Bumps [vite](https://github.com/vitejs/vite/tree/HEAD/packages/vite) from 5.1.1 to 5.1.7. Changelog Sourced from vite's changelog. 5.1.7 (2024-03-24) fix: fs.deny with globs with directories (#16250) (5a056dd), closes #16250 5.1.6 (2024-03-11) chore(deps): update all non-major dependencies...
Bumps [follow-redirects](https://github.com/follow-redirects/follow-redirects) from 1.15.5 to 1.15.6. Commits 35a517c Release version 1.15.6 of the npm package. c4f847f Drop Proxy-Authorization across hosts. 8526b4a Use GitHub for disclosure. See full diff in compare...