Skip to content

Commit

Permalink
ci: changed adapter to node
Browse files Browse the repository at this point in the history
  • Loading branch information
SachsenspieltCoding committed Jul 28, 2023
1 parent 4a9d345 commit ccd8379
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 493 deletions.
1 change: 0 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,6 @@
"devDependencies": {
"@sveltejs/adapter-auto": "^2.0.0",
"@sveltejs/adapter-node": "^1.2.3",
"@sveltejs/adapter-vercel": "^3.0.1",
"@sveltejs/kit": "^1.20.4",
"@typescript-eslint/eslint-plugin": "^5.45.0",
"@typescript-eslint/parser": "^5.45.0",
Expand Down
6 changes: 2 additions & 4 deletions svelte.config.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import adapter from '@sveltejs/adapter-vercel';
import adapter from '@sveltejs/adapter-node';
import { vitePreprocess } from '@sveltejs/kit/vite';

/** @type {import('@sveltejs/kit').Config} */
Expand All @@ -8,9 +8,7 @@ const config = {
preprocess: vitePreprocess(),

kit: {
adapter: adapter({
runtime: 'nodejs18.x'
})
adapter: adapter()
}
};

Expand Down
Loading

0 comments on commit ccd8379

Please sign in to comment.