owlcub-academy/node_modules/next-intl/dist/development/config.js

10 lines
281 B
JavaScript

'use strict';
Object.defineProperty(exports, '__esModule', { value: true });
function getConfig() {
throw new Error("Couldn't find next-intl config file. Please follow the instructions at https://next-intl.dev/docs/getting-started/app-router");
}
exports.default = getConfig;