feat: 增加 cert:generate 和 arduino:install 脚本
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
import path from 'node:path';
|
||||
import Shell from './shell';
|
||||
import MString from './mstring';
|
||||
import { MICROPYTHON, PYTHON, CLIENT_PATH } from './config';
|
||||
import Shell from './shell.js';
|
||||
import MString from './mstring.js';
|
||||
import { MICROPYTHON, PYTHON, CLIENT_PATH } from './config.js';
|
||||
|
||||
|
||||
export default class ShellMicroPython extends Shell {
|
||||
|
||||
Reference in New Issue
Block a user