Skip to content

Commit 70fd2fb

Browse files
committed
Add mise config
1 parent c85aef5 commit 70fd2fb

5 files changed

Lines changed: 10 additions & 5 deletions

File tree

agent/mise.toml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
[tools]
2+
go = "latest"

web/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ ENV NEXT_PUBLIC_APP_URL=$NEXT_PUBLIC_APP_URL
1818
ENV BETTER_AUTH_URL=$BETTER_AUTH_URL
1919
RUN bun run build
2020

21-
FROM node:22-slim AS runner
21+
FROM node:24-slim AS runner
2222
WORKDIR /app
2323
ENV NODE_ENV=production
2424
COPY --from=builder /app/.next/standalone ./

web/components/service/service-layout-client.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -152,7 +152,7 @@ export function ServiceLayoutClient({
152152

153153
<div
154154
className={cn(
155-
"px-4 py-2 pb-24 md:pb-2",
155+
"px-4 py-2 pb-24",
156156
isConstrainedTab && "container max-w-7xl mx-auto",
157157
)}
158158
>

web/lib/email/templates/base.tsx

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -45,17 +45,17 @@ const body = {
4545
const container = {
4646
backgroundColor: "#ffffff",
4747
margin: "0 auto",
48-
padding: "20px 0 48px",
48+
padding: "12px 0 32px",
4949
marginBottom: "64px",
5050
maxWidth: "600px",
5151
};
5252

5353
const header = {
54-
padding: "24px 48px 0",
54+
padding: "16px 24px 0",
5555
};
5656

5757
const content = {
58-
padding: "24px 48px",
58+
padding: "16px 24px",
5959
};
6060

6161
const footer = {

web/mise.toml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
[tools]
2+
node = "24"
3+
bun = "latest"

0 commit comments

Comments
 (0)