- 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
11 lines
250 B
JSON
11 lines
250 B
JSON
{
|
|
"rules": {
|
|
"multiline-comment-style": 0,
|
|
"capitalized-comments": 0,
|
|
"unicorn/escape-case": 0,
|
|
"unicorn/no-hex-escape": 0,
|
|
"unicorn/numeric-separators-style": 0,
|
|
"unicorn/prefer-spread": 0
|
|
}
|
|
}
|