replace logger
This commit is contained in:
@@ -8,8 +8,6 @@ import svelte, { vitePreprocess } from '@astrojs/svelte';
|
||||
|
||||
import node from '@astrojs/node';
|
||||
|
||||
import inoxToolsRuntimeLogger from '@inox-tools/runtime-logger';
|
||||
|
||||
// https://astro.build/config
|
||||
export default defineConfig({
|
||||
output: 'server',
|
||||
@@ -28,7 +26,7 @@ export default defineConfig({
|
||||
plugins: [tailwindcss()]
|
||||
},
|
||||
|
||||
integrations: [icon(), svelte({ preprocess: vitePreprocess() }), inoxToolsRuntimeLogger()],
|
||||
integrations: [icon(), svelte({ preprocess: vitePreprocess() })],
|
||||
|
||||
env: {
|
||||
schema: {
|
||||
|
||||
Reference in New Issue
Block a user