0.0.1 • Published 1 year ago

@spazious/vite-config v0.0.1

Weekly downloads
-
License
UNLICENSED
Repository
github
Last release
1 year ago

Spazious Vite Config

Vite config for Spazious

Installation

yarn add @spazious/vite-config --dev

Create a vite.config.ts in your project with the following content

import { defineConfig } from "@spazious/vite-config";

// https://vitejs.dev/config/
export default defineConfig();
yarn dev

Caveats