ADDED standalone.js script to inject standalone mode in dev server
This commit is contained in:
parent
61ce341e6f
commit
4a0cfb5be9
3 changed files with 6 additions and 12 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