mirror of
https://github.com/jellyfin/jellyfin-web
synced 2025-03-30 19:56:21 +00:00
Merge pull request #605 from ringmatter/webpack-serve
Add support for local webpack devserver development
This commit is contained in:
commit
f32e3dfcf9
5 changed files with 545 additions and 7 deletions
4
src/standalone.js
Normal file
4
src/standalone.js
Normal file
|
@ -0,0 +1,4 @@
|
|||
(function() {
|
||||
"use strict";
|
||||
window.appMode='standalone';
|
||||
})();
|
Loading…
Add table
Add a link
Reference in a new issue