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