Initial Vite migration setup

This commit is contained in:
BlackWolfNews 2025-04-13 17:46:38 -06:00
parent 7c58477382
commit 35171070a1
88 changed files with 3341 additions and 3664 deletions

4
types/esbuild-sass-plugin.d.ts vendored Normal file
View file

@ -0,0 +1,4 @@
declare
module
esbuild-sass-plugin
import { Plugin } from 'esbuild'; export function sassPlugin(options?: any): Plugin;