feat(hololake): establish clean v1 personal language shell
This commit is contained in:
parent
9e04b0354c
commit
c4f662e541
51 changed files with 16233 additions and 1 deletions
3
product-source/hololake-clean-desktop/vite.config.js
Normal file
3
product-source/hololake-clean-desktop/vite.config.js
Normal file
|
|
@ -0,0 +1,3 @@
|
|||
import { defineConfig } from "vite";
|
||||
import react from "@vitejs/plugin-react";
|
||||
export default defineConfig({ plugins: [react()], server: { port: 5211, strictPort: true }, clearScreen: false });
|
||||
Loading…
Reference in a new issue