fix(provider): 🐛 create static site html qr

This commit is contained in:
Leifer Mendez
2022-12-16 20:59:16 +01:00
parent 1032a3b769
commit c7e56a4b13
10 changed files with 675 additions and 13 deletions

View File

@@ -1,8 +1,16 @@
const banner = require('../../config/banner.rollup.json')
const { join } = require('path')
const { default: rollupPluginHTML } = require('@web/rollup-plugin-html')
const commonjs = require('@rollup/plugin-commonjs')
module.exports = [
{
input: join(__dirname, 'src', 'server', 'pages', 'index.html'),
output: {
dir: join(__dirname, 'lib', 'server', 'pages'),
},
plugins: [rollupPluginHTML()],
},
{
input: join(__dirname, 'src', 'web-whatsapp', 'index.js'),
output: {