Skip to content

Commit 825c882

Browse files
committed
Fix compiler warnings
1 parent 0f97660 commit 825c882

File tree

3 files changed

+53
-49
lines changed

3 files changed

+53
-49
lines changed

.github/workflows/containerize.yaml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,10 @@ on:
66
- main
77
- hotfix/*
88

9+
concurrency:
10+
group: ${{ github.workflow }}-${{ github.ref }}
11+
cancel-in-progress: true
12+
913
jobs:
1014
build-and-publish:
1115
runs-on: ubuntu-latest

frontend/pnpm-lock.yaml

Lines changed: 49 additions & 48 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

frontend/src/routes/(protected)/info/+page.svelte renamed to frontend/src/routes/(protected)/info/+page.server.svelte

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
<!-- Script -->
22
<script lang="ts">
3-
export const csr = true
43
import { _ } from 'svelte-i18n'
54
import atomOneDark from 'svelte-highlight/styles/github-dark'
65
import { page } from '$app/stores'

0 commit comments

Comments
 (0)