refactor: Move Astro to root, use PORT env (default 80), allow all hosts
- Move Astro files from dealplustech-astro/ to project root - Update Dockerfile: PORT environment variable (default 80) - Add vite.config.ts with allowedHosts: true - Matches nixpacks behavior for Easypanel deployment - No hardcoded ports or domains
This commit is contained in:
2
node_modules/oniguruma-parser/dist/optimizer/transforms/simplify-callouts.js
generated
vendored
Normal file
2
node_modules/oniguruma-parser/dist/optimizer/transforms/simplify-callouts.js
generated
vendored
Normal file
@@ -0,0 +1,2 @@
|
||||
"use strict";import{createLookaroundAssertion as o}from"../../parser/parse.js";const a={NamedCallout({node:r,replaceWith:i}){const{arguments:e,kind:n}=r;if(n==="fail"){i(o({negate:!0}));return}if(!e)return;const s=e.filter(t=>t!=="").map(t=>typeof t=="string"&&/^[+-]?\d+$/.test(t)?+t:t);r.arguments=s.length?s:null}};export{a as simplifyCallouts};
|
||||
//# sourceMappingURL=simplify-callouts.js.map
|
||||
Reference in New Issue
Block a user