Chore: remove all uneeded files

This commit is contained in:
MotorTruck1221 2024-10-12 02:28:19 -06:00
parent fd8aaf543e
commit deda273eda
No known key found for this signature in database
GPG key ID: 08F417E2B8B61EA4
8 changed files with 1 additions and 12497 deletions

Binary file not shown.

Before

Width:  |  Height:  |  Size: 206 KiB

12475
package-lock.json generated

File diff suppressed because it is too large Load diff

View file

@ -1 +1,2 @@
<!-- Legit just so we can use $destroy() -->
<slot />

View file

@ -1,20 +0,0 @@
import fs from "fs";
// This is a test file to upload files to the Nebula server
import { File, FormData } from "formdata-node";
import { fileFromPath } from "formdata-node/file-from-path";
const config = JSON.parse(fs.readFileSync("config.json", "utf8"));
const form = new FormData();
// const file = new File(["My hovercraft is full of eels"], "example.txt");
form.set("file", await fileFromPath("asgard.png"));
console.log(config.marketplace_psk);
console.log(form);
await fetch("http://localhost:8080/api/upload-image", {
headers: {
PSK: config.marketplace_psk
},
method: "post",
body: form
});

View file

@ -1 +0,0 @@
My hovercraft is full of eels

View file

@ -1 +0,0 @@
My hovercraft is full of eels

Binary file not shown.

Before

Width:  |  Height:  |  Size: 206 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 206 KiB