Skip to content

Commit

Permalink
Build fix
Browse files Browse the repository at this point in the history
  • Loading branch information
zegl committed Jul 12, 2024
1 parent 4c0e41b commit 0fd0730
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion vercel.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
{
"buildCommand": "dnf install -y go && go install golang.org/dl/go1.22.5@latest && /vercel/go/bin/go1.22.5 download && GOOS=js GOARCH=wasm /vercel/go/bin/go1.22.5 build -o ./web/public/main.wasm ./cmd/wasm/main.go && cd web && pnpm install && pnpm build",
"outputDirectory": "./web"
"outputDirectory": "./web/dist"
}
2 changes: 1 addition & 1 deletion web/src/Run.tsx
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
import { useEffect, useState } from "react";
import './assets/term.css'
import styled, { css } from "styled-components";
import styled from "styled-components";

type Format = "human" | "ci" | "json" | "sarif" | "junit"

Expand Down

0 comments on commit 0fd0730

Please sign in to comment.