mirror of
https://github.com/yume-chan/ya-webadb.git
synced 2025-10-04 10:19:17 +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
|
@ -0,0 +1,11 @@
|
|||
const path = require("path");
|
||||
|
||||
const config = {
|
||||
entry: "./src/index.js",
|
||||
output: {
|
||||
path: path.resolve(__dirname, "dist"),
|
||||
filename: "bundle.js",
|
||||
},
|
||||
};
|
||||
|
||||
module.exports = config;
|
Loading…
Add table
Add a link
Reference in a new issue