feat(web): re-enable web exports

This commit is contained in:
Leroy Hopson 2024-03-30 15:24:32 +13:00
parent fcad5d64b9
commit 9c6192bebe
No known key found for this signature in database
GPG key ID: D2747312A6DB51AA
26 changed files with 940 additions and 4887 deletions

9
test/web/package.json Normal file
View file

@ -0,0 +1,9 @@
{
"scripts": {
"test": "node smoke_test.js"
},
"devDependencies": {
"express": "^4.19.2",
"playwright": "^1.42.1"
}
}