mirror of
https://github.com/rcourtman/Pulse.git
synced 2026-05-13 15:28:38 +00:00
Addresses #304 - Eliminates redirect loops and path issues by embedding the frontend directly in the Go binary using go:embed - Frontend is now embedded at compile time, no separate files needed - Simplified tarball structure - just the binary and config files - No more path searching or frontend directory issues - Works consistently across all installation methods - Smaller deployment footprint and simpler installation This change makes Pulse a true single-binary deployment, eliminating the complexity of managing separate frontend files and the issues that arose from different installation structures.
11 lines
233 B
JSON
11 lines
233 B
JSON
{
|
|
"compilerOptions": {
|
|
"composite": true,
|
|
"skipLibCheck": true,
|
|
"module": "ESNext",
|
|
"moduleResolution": "bundler",
|
|
"allowSyntheticDefaultImports": true,
|
|
"strict": true
|
|
},
|
|
"include": ["vite.config.ts"]
|
|
}
|