Commit 0fdf4573 authored by Jerome Wu's avatar Jerome Wu

Add package serve to run a local server

parent 2ef8d96c
This diff is collapsed.
......@@ -4,6 +4,7 @@
"description": "ffmpeg.wasm core",
"main": "dist/ffmpeg-core.js",
"scripts": {
"start": "serve .",
"test": "node --experimental-wasm-threads --experimental-wasm-bulk-memory ./node_modules/.bin/jest"
},
"files": [
......@@ -29,6 +30,7 @@
},
"homepage": "https://github.com/ffmpegwasm/FFmpeg#readme",
"devDependencies": {
"jest": "^26.4.2"
"jest": "^26.4.2",
"serve": "^11.3.2"
}
}
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment