mirror of
https://github.com/logos-storage/logos-storage-installer.git
synced 2026-01-02 13:33:11 +00:00
6 lines
118 B
JavaScript
Executable File
6 lines
118 B
JavaScript
Executable File
#!/usr/bin/env node
|
|
|
|
import { main } from './src/main.js';
|
|
|
|
// Start the CLI application
|
|
main().catch(console.error);
|