mirror of
https://github.com/ragestudio/comty.git
synced 2025-06-09 18:44:16 +00:00
5 lines
82 B
JavaScript
Executable File
5 lines
82 B
JavaScript
Executable File
#!/usr/bin/env node
|
|
process.env.NODE_ENV = "production"
|
|
|
|
import "../src/index.js"
|