worker_test init
This commit is contained in:
@@ -5,7 +5,8 @@
|
||||
"main": "dist/index.js",
|
||||
"scripts": {
|
||||
"build": "tsc --build",
|
||||
"dev": "tsc --watch"
|
||||
"dev": "tsc --watch",
|
||||
"worker_test": "tsx src/worker_test.ts"
|
||||
},
|
||||
"author": "Hide_D <hided62@gmail.com>",
|
||||
"type": "module",
|
||||
|
||||
@@ -0,0 +1 @@
|
||||
console.log("Hello from worker_test.ts!");
|
||||
Reference in New Issue
Block a user