File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -11,3 +11,5 @@ package.json
1111package-lock.json
1212* .md
1313IDEAS * .md
14+ .env
15+ .env.dist
Original file line number Diff line number Diff line change 99 // Configuration defaults — override via js/config.js (window.exeViewerConfig)
1010 const config = Object . assign ( {
1111 // Application version (displayed in footer)
12- version : 'v4 .0.0-rc1' ,
12+ version : '4 .0.0-rc1' ,
1313 // Automatically restore and display content from IndexedDB on page load
1414 autoRestoreContent : true ,
1515 // Open external links in a new window/tab (prevents navigation issues in iframes)
Original file line number Diff line number Diff line change 11{
22 "name" : " exeviewer" ,
3- "version" : " v4 .0.0-rc1" ,
3+ "version" : " 4 .0.0-rc1" ,
44 "description" : " A web application to view eXeLearning content packages (.zip/.elpx)" ,
55 "main" : " server.js" ,
66 "type" : " module" ,
You can’t perform that action at this time.
0 commit comments