strapi/tests/cli/constants.js
2024-04-03 11:56:00 +02:00

6 lines
154 B
JavaScript

const { CUSTOM_TRANSFER_TOKEN_ACCESS_KEY } = require('./app-template/template/src/constants');
module.exports = {
CUSTOM_TRANSFER_TOKEN_ACCESS_KEY,
};