refactor(backend): split log files into separate file
This commit is contained in:
		| @@ -5,9 +5,11 @@ export default function App({ Component }: PageProps) { | ||||
|   const globalCss = Deno | ||||
|     .readTextFileSync("./static/global.css") | ||||
|     .replaceAll("\n", ""); | ||||
|  | ||||
|   return ( | ||||
|     <> | ||||
|       <Head> | ||||
|         <link rel="stylesheet" href="/prism-material-dark.css" /> | ||||
|         <link rel="stylesheet" href="/styles.css" /> | ||||
|         <link | ||||
|           rel="icon" | ||||
|   | ||||
		Reference in New Issue
	
	Block a user