mirror of
https://github.com/arsvendg/Stirling-PDF.git
synced 2026-07-16 19:33:11 +02:00
refactor(fe): share the SaaS PAYG experience with desktop via a cloud/ layer (#6649)
Co-authored-by: James Brunton <[email protected]>
This commit is contained in:
co-authored by
James Brunton
parent
ef0deef4f2
commit
cd7264a76a
@@ -74,6 +74,10 @@ function compressStaticCopyPlugin(): PluginOption {
|
||||
};
|
||||
}
|
||||
|
||||
// NOTE: cloud/ is a SHARED layer, not a runnable build flavor — it's compiled
|
||||
// into the saas and desktop builds. It has no entry here and no vite tsconfig;
|
||||
// it is only typechecked standalone via editor/src/cloud/tsconfig.json
|
||||
// (task frontend:typecheck:cloud) to prove it carries no saas/desktop-only deps.
|
||||
const VALID_MODES = [
|
||||
"core",
|
||||
"proprietary",
|
||||
|
||||
Reference in New Issue
Block a user