jonaro00
jonaro00
### Describe the feature Would allow running integration tests with Shuttle resources, by using similar logic to cargo-shuttle's local provisioner ### Suggestion or Example of how the feature would be...
Upgrade the site from Next.js Pages Router to App Router to leverage new features and maintain existing functionality. The migration involved restructuring routes under `app/`, converting API routes, updating navigation...
Migrate the Next.js site from Pages Router to App Router to leverage Next.js 14 features and improve site architecture. This migration involved creating the new `app` directory structure, converting all...
## Description of change - cargo-shuttle - Sends a SIGINT to runtime child process if a SIGINT was received. Allows local run to use graceful shutdown like when deployed. -...