Spaces:
Paused
Paused
github-actions[bot]
commited on
Commit
·
2ede24d
1
Parent(s):
500896e
Update from GitHub Actions
Browse files- package.json +2 -0
package.json
CHANGED
|
@@ -2,6 +2,8 @@
|
|
| 2 |
"name": "playwright-proxy",
|
| 3 |
"type": "module",
|
| 4 |
"scripts": {
|
|
|
|
|
|
|
| 5 |
"dev": "tsx watch src/index.ts"
|
| 6 |
},
|
| 7 |
"dependencies": {
|
|
|
|
| 2 |
"name": "playwright-proxy",
|
| 3 |
"type": "module",
|
| 4 |
"scripts": {
|
| 5 |
+
"build": "tsc",
|
| 6 |
+
"start": "node dist/index.js",
|
| 7 |
"dev": "tsx watch src/index.ts"
|
| 8 |
},
|
| 9 |
"dependencies": {
|