Spaces:
Runtime error
Runtime error
File size: 300 Bytes
8fd7a1d |
1 2 3 4 5 6 7 8 |
// Legacy export format because this is used by some build-time scripts stuck in the past.
// eslint-disable-next-line import/no-commonjs
module.exports = {
APP_NAME: 'MistWarp',
FEEDBACK_URL: 'https://scratch.mit.edu/users/m1stium#comments',
GITHUB_URL: 'https://github.com/MistWarp'
};
|