feat: rename folders

This commit is contained in:
Mauricio Siu
2024-06-30 20:31:53 -06:00
parent e494f3a3aa
commit 90f5981b60
195 changed files with 20 additions and 18 deletions

11
lit/vite.config.ts Normal file
View File

@@ -0,0 +1,11 @@
import { defineConfig } from "vite";
export default defineConfig({
server: {
port: 3000,
},
preview: {
port: 3000,
host: true,
},
});