Josh Kay
Josh Kay
Is it possible to filter which 404 reponses are passed through to next? I would like to prevent my 404 api responses from rendering an error page.
@mgutt did you ever find a workaround for this?
Is this done using vanilla JS? I had already had something setup for the client and it would be great to get some help. Could combine our efforts hopefully. This...
@sflems Are you familiar with React or Flutter at all? Originally I was thinking of setting this up using Flutter, but I think React would be alot easier for me....
Ant chance you can commit what you have? I'd rather not do something that you have already. Happy to try to improve it.
Okay no problem. I totally understand. I'll just hold off until your next commit. Looking forward to it! Thanks for all the work you've done so far it looks awesome.
Alright this gives me somewhere to start from. Let me know when you make a discord server!
doesn't look like maintainerr offers the same functionality as this
Running into this issue as well. Anyone have a solution?
@beenotung awesome work! Here's the same script with added support for `migrate:make` ```typescript import knex from '@server/db/knex'; type MigrationResult = [batch: number, migrations: string[]]; function showMigrationResult( label: string, [batch, migrations]:...