mirror of
https://github.com/ragestudio/comty.git
synced 2025-06-10 02:54:15 +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"
|