what's a git
All checks were successful
Galvanic Corrosion Cross-Compile / build (push) Successful in 52s

This commit is contained in:
2025-06-09 00:30:55 -04:00
parent a1da353c6c
commit 0ac46fcee2
2 changed files with 3 additions and 7 deletions

5
.gitignore vendored
View File

@@ -137,6 +137,5 @@ dist
# galvanic corrosion build process # galvanic corrosion build process
/ver.ts.bak /ver.ts.bak
/build /build
# local development purposes
# used to attach license to each file /graph.svg
/append.ts

View File

@@ -387,7 +387,4 @@ export class UnifiedProfileBase {
} }
const UnifiedProfile = "";
export { Profile }; export { Profile };
export default UnifiedProfile;