1
2
3
4
5
6
7
import process from "node:process";
import { createVal } from "https://esm.town/v/neverstew/createVal";
export const postVals = createVal({
token: process.env.valtownToken,
code: "const two = 1 + 1;",
});