mirror of
https://github.com/alkimake/paperclip.git
synced 2026-06-14 01:50:39 +09:00
fix: support Windows command wrappers for local adapters
This commit is contained in:
parent
7b70713fcb
commit
d7b98a72b4
5 changed files with 217 additions and 131 deletions
|
|
@ -23,7 +23,7 @@
|
|||
],
|
||||
"scripts": {
|
||||
"dev": "tsx src/index.ts",
|
||||
"dev:watch": "PAPERCLIP_MIGRATION_PROMPT=never tsx watch --ignore ../ui/node_modules --ignore ../ui/.vite --ignore ../ui/dist src/index.ts",
|
||||
"dev:watch": "cross-env PAPERCLIP_MIGRATION_PROMPT=never tsx watch --ignore ../ui/node_modules --ignore ../ui/.vite --ignore ../ui/dist src/index.ts",
|
||||
"build": "tsc",
|
||||
"clean": "rm -rf dist",
|
||||
"start": "node dist/index.js",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue