UNPKG

@yume-chan/fetch-scrcpy-server

Version:
12 lines (10 loc) 263 B
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: ["../.."], }, }, });