mirror of
https://github.com/linsa-io/linsa.git
synced 2026-03-31 14:13:16 +02:00
Update pnpm lock with new dependencies and add flow test project with setup, dev, and test scripts
This commit is contained in:
9
testing/flow-test/packages/web/package.json
Normal file
9
testing/flow-test/packages/web/package.json
Normal file
@@ -0,0 +1,9 @@
|
||||
{
|
||||
"name": "flow-test-web",
|
||||
"version": "0.0.1",
|
||||
"private": true,
|
||||
"scripts": {
|
||||
"dev": "node index.js",
|
||||
"start": "node index.js"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user