Skip to content

Commit 42a8504

Browse files
committed
docs: update design principle to minimize reliance on Vite for real-time modifications
1 parent 1b47127 commit 42a8504

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ FilaPress is a streamlined Content Management System built upon the robust Larav
1111
- Leverage the Laravel/Filament ecosystem for plug-and-play features, not a separate plugin marketplace.
1212
- Utilize public composer update for upgrades, avoiding a private update server infrastructure.
1313
- Ensure all packages and plugins are MIT licensed, guaranteeing 100% commercial viability.
14-
- Bypass Vite compilation dependencies, requiring only a single PHP environment for real-time modifications.
14+
- Minimize reliance on build tools like Vite, enabling live edits with a PHP-only environment.
1515

1616
### Features
1717

0 commit comments

Comments
 (0)