1
2
3
4
5
6
7
8
9
import VALLErun from "https://esm.town/v/janpaul123/VALLErun";
import { extractValInfo } from "https://esm.town/v/pomdtr/extractValInfo?v=29";
// Set these to your own
export default VALLErun({
username: extractValInfo(import.meta.url).author,
// Make a folder, navigate to it, and get this from the URL.
tempValsParentFolderId: "17f9cdb8-4dd4-11ef-af83-de64eea55b61",
});