Skip to content
This repository has been archived by the owner on Dec 21, 2024. It is now read-only.

Commit

Permalink
chore: fix js lints (#597)
Browse files Browse the repository at this point in the history
  • Loading branch information
NathanFlurry committed Dec 1, 2024
1 parent 21853b2 commit 17b1561
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions packages/js-utils/src/tasks/build/build.ts
Original file line number Diff line number Diff line change
@@ -1,12 +1,9 @@
import { resolve } from "@std/path";
import { denoPlugins } from "@rivet-gg/esbuild-deno-loader";
import { exists } from "@std/fs";
import * as esbuild from "esbuild";
import { Input, Output } from "./mod.ts";

export async function build(input: Input): Promise<Output> {
console.log("cwd", Deno.cwd())
console.log("version", Deno.version)
let outfile = resolve(input.outDir, "index.js");
const result = await esbuild.build({
entryPoints: [input.entryPoint],
Expand Down

0 comments on commit 17b1561

Please sign in to comment.