UNPKG

datoit

Version:

An open source headless CMS solution to create and manage your own API. It provides a powerful dashboard and features to make your life easier. Databases supported: MongoDB, MySQL, MariaDB, PostgreSQL, SQLite

9 lines (6 loc) 121 B
'use strict'; const strapi = require('../index'); /** * `$ strapi start` */ module.exports = () => strapi().start();