mirror of
https://github.com/strapi/strapi.git
synced 2025-08-10 17:58:07 +00:00
6 lines
118 B
JavaScript
6 lines
118 B
JavaScript
'use strict';
|
|
|
|
const { startTestApp } = require('./helpers/testAppGenerator');
|
|
|
|
startTestApp({ appName: 'testApp' });
|