feat: add lit app

This commit is contained in:
Mauricio Siu
2024-06-30 20:05:40 -06:00
parent 197c97934e
commit 9aae7eb6e3
12 changed files with 818 additions and 0 deletions

View File

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