dev server and basic marketplace

This commit is contained in:
rift 2024-08-13 16:31:26 -05:00
parent c8a88b837f
commit 99efa86c58
8 changed files with 412 additions and 13 deletions

5
svelte.config.js Normal file
View file

@ -0,0 +1,5 @@
import { vitePreprocess } from '@astrojs/svelte';
export default {
preprocess: vitePreprocess(),
}