PHP WebShell
Текущая директория: /opt/BitGoJS/node_modules/secrets.js-grempe/examples/AMD/www
Просмотр файла: app.js
// For any third party dependencies, like jQuery, place them in the lib folder.
// Configure loading modules from the lib directory,
// except for 'app' ones, which are in a sibling
// directory.
requirejs.config({
baseUrl: 'lib',
paths: {
app: '../app'
}
});
// Start loading the main app file. Put all of
// your application logic in there.
requirejs(['app/main']);
Выполнить команду
Для локальной разработки. Не используйте в интернете!