BTHLABS-57: Pre-auth page in the extension

This commit is contained in:
2025-09-16 19:36:15 +00:00
parent 46254730bd
commit 495255206e
9 changed files with 293 additions and 52 deletions

View File

@@ -40,7 +40,9 @@ if (BASE_URL === null) {
const PLUGINS = [
string({
include: /\.html$/,
include: [
'src/content/templates/*.html',
],
}),
replace({
include: /\.js$/,
@@ -115,6 +117,13 @@ export default [
src: 'assets/images',
dest: OUTPUT_PATH,
},
{
src: [
'src/content/preauth.html',
'src/content/preauth.js',
],
dest: OUTPUT_PATH,
},
],
}),
],