File does not reside within any path specified using --proto_path (or -I). You
must specify a --proto_path which encompasses this file. Note that the
proto_path must be an exact prefix of the .proto f harder-than-i-think
6 weeks ago
import { render } from "preact";
import { useMemo, useState } from "preact/hooks";
import "./index.css";
const CARD_VALUES = [
{ label: "J", pts: 2 },
{ label: "Q", pts: 3 },
{ label: "K" bsrcl.jsx
6 weeks ago
// run with `bun run index.js`
import { Database } from "bun:sqlite";
import { serve } from "bun";
export class App {
constructor(db) {
this.db = db;
}
async handleShorten(req) {
cons idk.js
4 weeks ago