mirror of
https://github.com/strapi/strapi.git
synced 2025-11-13 08:38:09 +00:00
7 lines
100 B
JavaScript
Executable File
7 lines
100 B
JavaScript
Executable File
'use strict';
|
|
|
|
require('babel/register')({
|
|
optional: ['asyncToGenerator']
|
|
});
|
|
require('./async');
|