1
2
3
4
5
6
7
8
import { turso as turso2 } from "https://esm.town/v/std/turso";
import { exportedKeys } from "./exportedKeys";
export let turso = () =>
turso2(
exportedKeys,
"stevekrouse", /* <--- Replace with your username */
);