mirror of
https://github.com/transloadit/uppy.git
synced 2026-01-24 02:46:39 +00:00
8 lines
235 B
JSON
8 lines
235 B
JSON
{
|
|
"name": "@uppy-example/cdn",
|
|
"version": "0.0.0",
|
|
"private": true,
|
|
"scripts": {
|
|
"dev": "deno run --allow-net --allow-read https://deno.land/std/http/file_server.ts || python3 -m http.server || php -S localhost:8000"
|
|
}
|
|
}
|