feat(ci): Set up GitHub Actions workflows for CI/CD

This commit is contained in:
2024-12-25 14:23:42 +01:00
parent 32577ade65
commit 7c4140800b
22 changed files with 10050 additions and 26129 deletions

View File

@@ -1,4 +1,4 @@
import { HttpStatus, TStatusGroup } from './smartstatus.classes.http';
import { HttpStatus, type TStatusGroup } from './smartstatus.classes.http.js';
export class Status500 extends HttpStatus {
constructor() {