mirror of
https://github.com/Aurorastation/character-records-generator.git
synced 2026-07-21 03:58:31 +01:00
build: swaps adapter
This commit is contained in:
Generated
+926
-13
File diff suppressed because it is too large
Load Diff
+1
-2
@@ -13,8 +13,7 @@
|
||||
"validate": "scripts/validate-xml.sh"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@sveltejs/adapter-auto": "^7.0.0",
|
||||
"@sveltejs/adapter-static": "^3.0.10",
|
||||
"@sveltejs/adapter-vercel": "^6.3.3",
|
||||
"@sveltejs/kit": "^2.50.2",
|
||||
"@sveltejs/vite-plugin-svelte": "^6.2.4",
|
||||
"@tailwindcss/vite": "^4.2.2",
|
||||
|
||||
+2
-4
@@ -1,11 +1,9 @@
|
||||
import adapter from '@sveltejs/adapter-static';
|
||||
import adapter from '@sveltejs/adapter-vercel';
|
||||
|
||||
/** @type {import('@sveltejs/kit').Config} */
|
||||
const config = {
|
||||
kit: {
|
||||
adapter: adapter({
|
||||
fallback: 'index.html'
|
||||
})
|
||||
adapter: adapter()
|
||||
}
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user