mirror of
https://github.com/tuanzisama/minecraft-color-gradient-generator.git
synced 2024-11-21 01:05:03 +08:00
8 lines
157 B
TypeScript
8 lines
157 B
TypeScript
|
import { defineConfig } from 'vite'
|
||
|
import vue from '@vitejs/plugin-vue'
|
||
|
|
||
|
// https://vitejs.dev/config/
|
||
|
export default defineConfig({
|
||
|
plugins: [vue()],
|
||
|
})
|