mirror of
https://github.com/coderaiser/cloudcmd.git
synced 2026-07-18 00:47:01 +00:00
feature: cloudcmd: ponse v8.0.0
This commit is contained in:
parent
1e1b073c8c
commit
591da25cfe
6 changed files with 8 additions and 8 deletions
|
|
@ -5,7 +5,7 @@ import fs from 'node:fs';
|
|||
import {fullstore} from 'fullstore';
|
||||
import currify from 'currify';
|
||||
import apart from 'apart';
|
||||
import ponse from 'ponse';
|
||||
import * as ponse from 'ponse';
|
||||
import {restafary} from 'restafary';
|
||||
import restbox from 'restbox';
|
||||
import {konsole} from 'console-io';
|
||||
|
|
@ -186,7 +186,7 @@ function cloudcmdMiddle({modules, config}) {
|
|||
const zip = apart(config, 'zip');
|
||||
const root = apart(config, 'root');
|
||||
|
||||
const ponseStatic = ponse.static({
|
||||
const ponseStatic = ponse.createStatic({
|
||||
cache,
|
||||
root: DIR_ROOT,
|
||||
});
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue