podman-compose/examples/nodeproj/index.js

7 lines
75 B
JavaScript

#! /usr/bin/env node
"use strict";
import {start} from "./lib";
start();