Update pnpm lock with new dependencies and add flow test project with setup, dev, and test scripts

This commit is contained in:
Nikita
2025-12-24 19:52:54 -08:00
parent 9b535249bc
commit 559d6dc635
6 changed files with 358 additions and 0 deletions

View File

@@ -0,0 +1,9 @@
{
"name": "flow-test-web",
"version": "0.0.1",
"private": true,
"scripts": {
"dev": "node index.js",
"start": "node index.js"
}
}