This document is steps to initiate a Next.js-based setup with our own opinionated Eslint rules and prettier configuration, hosted on Google App Engine.
It's pretty basic, so that the project can grow into something more advanced if needed.
This document is steps to initiate a Next.js-based setup with our own opinionated Eslint rules and prettier configuration, hosted on Google App Engine.
It's pretty basic, so that the project can grow into something more advanced if needed.
| { | |
| "value": { | |
| "invoice.charged": { | |
| "description": "Invoice created and charged", | |
| "payloadModel": "Invoice", | |
| "payloadModelClass": "no.tripletex.api2.invoice.InvoiceDTO" | |
| }, | |
| "supplier.create": { | |
| "description": "Supplier created", | |
| "payloadModel": "Supplier", |
| #!/bin/bash | |
| # Check if environment variables are set | |
| if [ -z "$TURSO_GROUP" ]; then | |
| echo "Error: TURSO_GROUP environment variable is not set." | |
| exit 1 | |
| fi | |
| if [ -z "$TURSO_BASE_DB" ]; then | |
| echo "Error: TURSO_BASE_DB environment variable is not set." |