This commit is contained in:
Benjamin Toby
2025-01-30 17:15:45 +01:00
parent 35fec57590
commit a5c3d59d24
451 changed files with 1195 additions and 626 deletions
@@ -1,4 +1,4 @@
import fs, { glob } from "fs";
import fs from "fs";
import handleNodemailer from "../../backend/handleNodemailer";
import path from "path";
import addMariadbUser from "../../backend/addMariadbUser";
+1
View File
@@ -49,6 +49,7 @@ export const TextFieldTypesArray = [
{ title: "HTML", value: "html" },
{ title: "CSS", value: "css" },
{ title: "Javascript", value: "javascript" },
{ title: "Shell", value: "shell" },
] as const;
export type DSQL_FieldSchemaType = {