mirror of
https://github.com/Prowlarr/Prowlarr.git
synced 2026-04-22 22:34:53 -04:00
rjs optimize the app.
This commit is contained in:
@@ -0,0 +1,11 @@
|
||||
require.config({
|
||||
urlArgs: 'v=' + window.NzbDrone.Version
|
||||
});
|
||||
|
||||
define(
|
||||
[
|
||||
'app'
|
||||
], function (app) {
|
||||
'use strict';
|
||||
app.start();
|
||||
});
|
||||
Reference in New Issue
Block a user