···4747 // FIXME: use Tinybird instead with super(args) maybe
4848 // how about passing here the `opts: {revalidate}` to access it within the functions?
4949 constructor(private args: { token: string; baseUrl?: string | undefined }) {
5050- if (process.env.NODE_ENV !== "development") {
5050+ if (process.env.NODE_ENV === "development") {
5151 this.tb = new NoopTinybird();
5252 } else {
5353 this.tb = new Tinybird(args);