JS and its ecosystem is absolute garbage
This commit is contained in:
parent
f1c1486417
commit
e5d96243d4
20 changed files with 2796 additions and 2982 deletions
12
crates/librqbit/webui/vite.config.ts
Normal file
12
crates/librqbit/webui/vite.config.ts
Normal file
|
|
@ -0,0 +1,12 @@
|
|||
import { defineConfig } from 'vite';
|
||||
|
||||
// https://vitejs.dev/config/
|
||||
export default defineConfig({
|
||||
server: {
|
||||
port: 3031
|
||||
},
|
||||
build: {
|
||||
manifest: true
|
||||
}
|
||||
|
||||
});
|
||||
Loading…
Add table
Add a link
Reference in a new issue