mirror of
https://github.com/Sevichecc/Urara-Blog.git
synced 2025-05-04 13:49:30 +08:00
13 lines
397 B
JavaScript
Executable file
13 lines
397 B
JavaScript
Executable file
#!/usr/bin/env node
|
|
/**
|
|
* @author Toru Nagashima
|
|
* @copyright 2015 Toru Nagashima. All rights reserved.
|
|
* See LICENSE file in root directory for full license.
|
|
*/
|
|
"use strict"
|
|
|
|
//------------------------------------------------------------------------------
|
|
// Main
|
|
//------------------------------------------------------------------------------
|
|
|
|
require("../common/bootstrap")("npm-run-all")
|