add install base
This commit is contained in:
2
bin/assistant-server.js
Normal file → Executable file
2
bin/assistant-server.js
Normal file → Executable file
@@ -1,4 +1,4 @@
|
||||
#!/usr/bin/env node
|
||||
import { runParser } from '../dist/assistant-server.mjs';
|
||||
import { runParser } from '../dist/assistant-server.js';
|
||||
|
||||
runParser(process.argv);
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
#!/usr/bin/env node
|
||||
import { runParser } from '../dist/assistant.mjs';
|
||||
import { runParser } from '../dist/assistant.js';
|
||||
|
||||
runParser(process.argv);
|
||||
|
||||
Reference in New Issue
Block a user