Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
chenpangpang
open-webui
Commits
781c904c
Commit
781c904c
authored
May 18, 2024
by
Jun Siang Cheah
Browse files
refac: fetch pyodide deps at build time, not checked into git
parent
3aa6b0fe
Changes
44
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
3 additions
and
698 deletions
+3
-698
static/pyodide/pytz-2024.1-py2.py3-none-any.whl.metadata
static/pyodide/pytz-2024.1-py2.py3-none-any.whl.metadata
+0
-649
static/pyodide/six-1.16.0-py2.py3-none-any.whl
static/pyodide/six-1.16.0-py2.py3-none-any.whl
+0
-0
static/pyodide/six-1.16.0-py2.py3-none-any.whl.metadata
static/pyodide/six-1.16.0-py2.py3-none-any.whl.metadata
+0
-49
vite.config.ts
vite.config.ts
+3
-0
No files found.
static/pyodide/pytz-2024.1-py2.py3-none-any.whl.metadata
deleted
100644 → 0
View file @
3aa6b0fe
This diff is collapsed.
Click to expand it.
static/pyodide/six-1.16.0-py2.py3-none-any.whl
deleted
100644 → 0
View file @
3aa6b0fe
File deleted
static/pyodide/six-1.16.0-py2.py3-none-any.whl.metadata
deleted
100644 → 0
View file @
3aa6b0fe
This diff is collapsed.
Click to expand it.
vite.config.ts
View file @
781c904c
...
@@ -19,5 +19,8 @@ export default defineConfig({
...
@@ -19,5 +19,8 @@ export default defineConfig({
plugins
:
[
sveltekit
()],
plugins
:
[
sveltekit
()],
define
:
{
define
:
{
APP_VERSION
:
JSON
.
stringify
(
process
.
env
.
npm_package_version
)
APP_VERSION
:
JSON
.
stringify
(
process
.
env
.
npm_package_version
)
},
worker
:
{
format
:
'
es
'
}
}
});
});
Prev
1
2
3
Next
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment