mirror of
https://github.com/coderaiser/cloudcmd.git
synced 2026-07-17 16:38:18 +00:00
feature: client: dom: files: migrate to ESM
This commit is contained in:
parent
23c0d77042
commit
dee50a8548
8 changed files with 13 additions and 15 deletions
|
|
@ -220,7 +220,8 @@
|
|||
"imports": {
|
||||
"#dom/events": "./client/dom/events/index.mjs",
|
||||
"#dom/load": "./client/dom/load.mjs",
|
||||
"#dom/dialog": "./client/dom/dialog.mjs"
|
||||
"#dom/dialog": "./client/dom/dialog.mjs",
|
||||
"#dom/files": "./client/dom/files.mjs"
|
||||
},
|
||||
"engines": {
|
||||
"node": ">=22"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue