implemented post management dashboard and started work on projects

This commit is contained in:
2024-06-02 00:58:11 +02:00
parent 8c56a9421e
commit a0a938021d
29 changed files with 969 additions and 595 deletions
+2
View File
@@ -1,3 +1,5 @@
'server only'
import { hash, compare } from "bcrypt";
+3 -2
View File
@@ -1,5 +1,6 @@
'server only'
import Gens from "./gens";
import Auth from "./Auth";
// import Auth from "./Auth";
function getAPIEnv(){
@@ -27,4 +28,4 @@ function truncateString(str:string = '', num:number = 255) {
}
export { Gens, Auth, constructAPIUrl, constructUrl, truncateString }
export { Gens, constructAPIUrl, constructUrl, truncateString }