Skip to content

Commit

Permalink
Try using node adapter
Browse files Browse the repository at this point in the history
  • Loading branch information
benbrandt committed Oct 31, 2023
1 parent f0c138b commit 53726f8
Show file tree
Hide file tree
Showing 4 changed files with 122 additions and 3 deletions.
2 changes: 0 additions & 2 deletions .github/workflows/frontend.yml
Original file line number Diff line number Diff line change
Expand Up @@ -75,8 +75,6 @@ jobs:
steps:
- name: Checkout repository
uses: actions/checkout@v4
- name: Set up Docker Buildx
uses: docker/setup-buildx-action@v3
# This step uses [docker/metadata-action](https://github.com/docker/metadata-action#about) to extract tags and labels that will be applied to the specified image. The `id` "meta" allows the output of this step to be referenced in a subsequent step. The `images` value provides the base name for the tags and labels.
- name: Extract metadata (tags, labels) for Docker
id: meta
Expand Down
1 change: 1 addition & 0 deletions log-viewer/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,7 @@
"@storybook/sveltekit": "^7.5.1",
"@storybook/testing-library": "^0.2.2",
"@sveltejs/adapter-auto": "^2.1.0",
"@sveltejs/adapter-node": "^1.3.1",
"@sveltejs/kit": "^1.27.1",
"@tailwindcss/container-queries": "^0.1.1",
"@tailwindcss/forms": "^0.5.6",
Expand Down
120 changes: 120 additions & 0 deletions log-viewer/pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion log-viewer/svelte.config.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
import { preprocessMeltUI } from '@melt-ui/pp';
import sequence from 'svelte-sequential-preprocessor';
import adapter from '@sveltejs/adapter-auto';
import adapter from '@sveltejs/adapter-node';
import { vitePreprocess } from '@sveltejs/kit/vite';
/** @type {import('@sveltejs/kit').Config}*/
const config = {
Expand Down

0 comments on commit 53726f8

Please sign in to comment.