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:
14
node_modules/prismjs/components/prism-hoon.js
generated
vendored
Normal file
14
node_modules/prismjs/components/prism-hoon.js
generated
vendored
Normal file
@@ -0,0 +1,14 @@
|
||||
Prism.languages.hoon = {
|
||||
'comment': {
|
||||
pattern: /::.*/,
|
||||
greedy: true
|
||||
},
|
||||
'string': {
|
||||
pattern: /"(?:[^"\\]|\\.)*"|'(?:[^'\\]|\\.)*'/,
|
||||
greedy: true
|
||||
},
|
||||
'constant': /%(?:\.[ny]|[\w-]+)/,
|
||||
'class-name': /@(?:[a-z0-9-]*[a-z0-9])?|\*/i,
|
||||
'function': /(?:\+[-+] {2})?(?:[a-z](?:[a-z0-9-]*[a-z0-9])?)/,
|
||||
'keyword': /\.[\^\+\*=\?]|![><:\.=\?!]|=[>|:,\.\-\^<+;/~\*\?]|\?[>|:\.\-\^<\+&~=@!]|\|[\$_%:\.\-\^~\*=@\?]|\+[|\$\+\*]|:[_\-\^\+~\*]|%[_:\.\-\^\+~\*=]|\^[|:\.\-\+&~\*=\?]|\$[|_%:<>\-\^&~@=\?]|;[:<\+;\/~\*=]|~[>|\$_%<\+\/&=\?!]|--|==/
|
||||
};
|
||||
Reference in New Issue
Block a user