mirror of
https://github.com/kmc7468/arkvault.git
synced 2025-12-12 21:08:46 +00:00
잘못 커밋된 개발용 설정 복구
This commit is contained in:
@@ -12,9 +12,6 @@ const config = {
|
|||||||
// If your environment is not supported, or you settled on a specific environment, switch out the adapter.
|
// If your environment is not supported, or you settled on a specific environment, switch out the adapter.
|
||||||
// See https://svelte.dev/docs/kit/adapters for more information about adapters.
|
// See https://svelte.dev/docs/kit/adapters for more information about adapters.
|
||||||
adapter: adapter(),
|
adapter: adapter(),
|
||||||
csrf: {
|
|
||||||
checkOrigin: false,
|
|
||||||
},
|
|
||||||
},
|
},
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|||||||
@@ -9,7 +9,4 @@ export default defineConfig({
|
|||||||
compiler: "svelte",
|
compiler: "svelte",
|
||||||
}),
|
}),
|
||||||
],
|
],
|
||||||
server: {
|
|
||||||
host: true,
|
|
||||||
},
|
|
||||||
});
|
});
|
||||||
|
|||||||
Reference in New Issue
Block a user