6 lines
73 B
TypeScript
6 lines
73 B
TypeScript
import { runNocoBase } from './utils';
|
|
|
|
runNocoBase({
|
|
force: true,
|
|
});
|