Skip to content

Commit 0fd0730

Browse files
committed
Build fix
1 parent 4c0e41b commit 0fd0730

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

vercel.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
{
22
"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",
3-
"outputDirectory": "./web"
3+
"outputDirectory": "./web/dist"
44
}

web/src/Run.tsx

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
import { useEffect, useState } from "react";
22
import './assets/term.css'
3-
import styled, { css } from "styled-components";
3+
import styled from "styled-components";
44

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

0 commit comments

Comments
 (0)