mirror of
https://github.com/open-webui/open-webui.git
synced 2025-12-12 04:15:25 +00:00
3 lines
140 B
Bash
3 lines
140 B
Bash
|
|
mkdir -p ./static/pyodide
|
||
|
|
cp ./node_modules/pyodide/pyodide* ./static/pyodide/
|
||
|
|
cp ./node_modules/pyodide/python_stdlib.zip ./static/pyodide/
|