Successfully started `elasticsearch` (label: homebrew.mxcl.elasticsearch)$ python manage.py rebuild_indexYour choices after this are to restore from backups or rebuild via the `rebuild_index` command.
=0 ==== AUTHENTICATION COMPLETE ===
Failed to start rebuild.service: Unit rebuild.service isSee system logs and 'systemctl status rebuild.service' for details.Apr 22 16:46:55 bbb2 systemd[1]: Stopped bbb-rebuild.Apr 22 16:46:55 bbb2 systemd[1]:
--IDX_REBUILD: Anonymous BlockSET SERVEROUTPUT ON; CURSOR Index_Cur ISALTER INDEX ZIPPY.R157_SDE_ROWID_UK REBUILDALTER INDEX ZIPPY.R50_SDE_ROWID_UK REBUILD
ALTER INDEX ZIPPY.R51_SDE_ROWID_UK <
我可以从命令行(deno vs ts-node : what's the difference)运行deno。我想从VS代码中运行它。我还尝试先编译它(通过deno run),然后在result上从vs代码运行。我制作了repo来演示如何运行它,但它运行了两次,第一次是编译源代码,第二次是在编译后的源代码上运行vscode。我想直接从vs代码中运行deno,或者在运行它们之前使用deno编译ts文件。