feat: verify Google federation through the AP4 edge

This commit is contained in:
donghyeon-ka
2026-07-25 16:49:29 +09:00
parent e03ec4eaed
commit 48bdf0b5ff
5 changed files with 143 additions and 1 deletions
+2 -1
View File
@@ -4,7 +4,8 @@
"version": "1.0.0",
"type": "module",
"scripts": {
"test:pattern4": "node pattern4.mjs"
"test:pattern4": "node pattern4.mjs",
"test:pattern4-google": "node pattern4-google.mjs"
},
"devDependencies": {
"playwright-core": "1.62.0"