Updates
This commit is contained in:
@@ -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";
|
||||
|
||||
@@ -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 = {
|
||||
|
||||
Reference in New Issue
Block a user