Logo
Explore Help
Sign In
jake/fedidisplay
1
0
Fork 0
You've already forked fedidisplay
Code Issues Pull Requests Packages Projects Releases Wiki Activity
fedidisplay/vite.config.js

9 lines
251 B
JavaScript
Raw Normal View History

first commit, working demo of Svelte displaying posts from a JSON file exported from Calckey
2023-12-17 13:44:24 -05:00
import { defineConfig } from 'vite'
import { svelte } from '@sveltejs/vite-plugin-svelte'
added Header and Footer files for easier configurations added singlefile plugin for npm build updated styling for all components, added dark mode updated README
2023-12-21 21:31:13 -05:00
import { viteSingleFile } from "vite-plugin-singlefile"
first commit, working demo of Svelte displaying posts from a JSON file exported from Calckey
2023-12-17 13:44:24 -05:00
// https://vitejs.dev/config/
export default defineConfig({
added Header and Footer files for easier configurations added singlefile plugin for npm build updated styling for all components, added dark mode updated README
2023-12-21 21:31:13 -05:00
plugins: [svelte(), viteSingleFile()],
first commit, working demo of Svelte displaying posts from a JSON file exported from Calckey
2023-12-17 13:44:24 -05:00
})
Reference in New Issue Copy Permalink
Powered by Gitea Version: 1.23.8 Page: 91ms Template: 10ms
English
Bahasa Indonesia Deutsch English Español Français Gaeilge Italiano Latviešu Magyar nyelv Nederlands Polski Português de Portugal Português do Brasil Suomi Svenska Türkçe Čeština Ελληνικά Български Русский Українська فارسی മലയാളം 日本語 简体中文 繁體中文(台灣) 繁體中文(香港) 한국어
Licenses API