mirror of
https://github.com/graphql-hive/console
synced 2026-05-02 20:07:17 +00:00
9 lines
263 B
JavaScript
9 lines
263 B
JavaScript
/* eslint-disable */
|
|
const cn = require('../../migrations/tools/db-connection-string.cjs');
|
|
|
|
module.exports = {
|
|
conn: cn('registry'),
|
|
// Prettier v3 is not supported here yet, but we don't really need it.
|
|
prettier: false,
|
|
skipPrefix: ['supertokens_'],
|
|
};
|