/**
 * Minified by jsDelivr using Terser v5.39.0.
 * Original file: /npm/tangerine-app@0.0.3/index.js
 *
 * Do NOT use SRI with dynamically generated files! More information: https://www.jsdelivr.com/using-sri-with-dynamic-files
 */
#!/usr/bin/env node
const fs=require("fs-extra"),path=require("path"),http=require("http"),express=require("express"),TANGERINE_CLIENT_DIR=`${__dirname}${path.normalize("/client/dist/tangerine-client")}`,ASSETS_DIR=`${TANGERINE_CLIENT_DIR}${path.normalize("/assets")}`,app=express(),port=3e3;async function go(){await fs.remove(ASSETS_DIR),await fs.copy(process.cwd(),ASSETS_DIR),app.listen(3e3,(()=>console.log("Tangerine app is running. Open http://localhost:3000")))}app.use(express.static(TANGERINE_CLIENT_DIR)),go();
//# sourceMappingURL=/sm/e3bf695f31c5bfd3e02d212c32e43c2e52e8ff382bb64c44a1ed70dd4f1772f0.map