mirror of
https://github.com/containers/podman-compose.git
synced 2024-11-26 18:03:43 +01:00
7 lines
75 B
JavaScript
7 lines
75 B
JavaScript
#! /usr/bin/env node
|
|
"use strict";
|
|
import {start} from "./lib";
|
|
|
|
start();
|
|
|