mirror of
https://github.com/yume-chan/ya-webadb.git
synced 2025-10-05 19:42:15 +02:00
feat(scrcpy-server): separate package, add support for Vite
This commit is contained in:
parent
419a7559fe
commit
9b0e06cdfb
34 changed files with 4717 additions and 2588 deletions
11
libraries/fetch-scrcpy-server/examples/vite/vite.config.js
Normal file
11
libraries/fetch-scrcpy-server/examples/vite/vite.config.js
Normal file
|
@ -0,0 +1,11 @@
|
|||
import { defineConfig } from "vite";
|
||||
|
||||
export default defineConfig({
|
||||
// This example installs the package as symlink
|
||||
// so this is required to allow vite to access the package
|
||||
server: {
|
||||
fs: {
|
||||
allow: ["../.."],
|
||||
},
|
||||
},
|
||||
});
|
Loading…
Add table
Add a link
Reference in a new issue