Small imports stuff, hide "hacking" Info away

No plans to resume learning about cybersecurity
This commit is contained in:
Taevas 2025-02-18 02:14:01 +01:00
parent cbc005b995
commit 1e71c12f60
13 changed files with 17 additions and 15 deletions

View file

@ -1,6 +1,6 @@
import {type Handler} from "@netlify/functions";
import {Octokit} from "@octokit/rest";
import {type GithubInfo} from "../../src/components/Info/Coding/GitHub.js";
import {type GithubInfo} from "#Infos/Coding/GitHub.js";
const handler: Handler = async () => {
const octokit = new Octokit({auth: process.env.API_GITHUB});