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