Skip to content

Commit

Permalink
Merge branch 'main' into feat-image-search
Browse files Browse the repository at this point in the history
  • Loading branch information
aleksasiriski authored Mar 5, 2024
2 parents 341adde + e5a9c7e commit edd5120
Show file tree
Hide file tree
Showing 9 changed files with 39 additions and 410 deletions.
16 changes: 6 additions & 10 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
@@ -1,14 +1,10 @@
version: 2
updates:
- package-ecosystem: "github-actions"
directory: "/"
- package-ecosystem: 'github-actions'
directory: '/'
schedule:
interval: "daily"
- package-ecosystem: "docker"
directory: "/"
interval: 'daily'
- package-ecosystem: 'npm'
directory: '/'
schedule:
interval: "daily"
- package-ecosystem: "npm"
directory: "/"
schedule:
interval: "daily"
interval: 'daily'
58 changes: 0 additions & 58 deletions .github/workflows/dockerci.yml

This file was deleted.

78 changes: 0 additions & 78 deletions .github/workflows/dockerflycd.yml

This file was deleted.

2 changes: 1 addition & 1 deletion .github/workflows/testingci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,4 +23,4 @@ jobs:
cache: 'pnpm'
- run: pnpm install --frozen-lockfile

- run: npm run build
- run: pnpm run build
11 changes: 0 additions & 11 deletions docker/Dockerfile

This file was deleted.

32 changes: 0 additions & 32 deletions fly.toml

This file was deleted.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
"format": "prettier --plugin-search-dir . --write ."
},
"devDependencies": {
"@sveltejs/adapter-node": "^4.0.1",
"@sveltejs/adapter-cloudflare": "^4.1.0",
"@sveltejs/kit": "^2.5.2",
"@sveltejs/vite-plugin-svelte": "^3.0.2",
"@typescript-eslint/eslint-plugin": "^7.0.0",
Expand Down
Loading

0 comments on commit edd5120

Please sign in to comment.