1
0
Fork 0
mirror of https://github.com/muerwre/vault-frontend.git synced 2025-04-24 20:36:40 +07:00

telegram: added telegram attach functionality

This commit is contained in:
Fedor Katurov 2023-03-13 17:32:44 +06:00
parent 3e9f5dedec
commit e994176bff
10 changed files with 131 additions and 9 deletions

View file

@ -2,7 +2,7 @@
const withBundleAnalyzer = require('@next/bundle-analyzer')({
enabled: process.env.ANALYZE === 'true',
});
const withTM = require('next-transpile-modules')(['ramda']);
const withTM = require('next-transpile-modules')(['ramda', '@v9v/ts-react-telegram-login']);
module.exports = withBundleAnalyzer(
withTM({