Commit Graph

78 Commits

Author SHA1 Message Date
84d490b189 Bugfix. Fix SSR pages filters. Remove dedicated API bundler, use SSR bundler for pages and api routes. 2026-04-12 06:48:10 +01:00
532d0d6b56 Update excluded pages paths logic. Add HMR retries on errors. 2026-04-12 05:47:12 +01:00
e0c2ab5872 Update pages server function(s) 2026-04-11 16:29:53 +01:00
35f7a6fc85 Persist Request accorss hydration refreshes 2026-04-11 12:52:56 +01:00
814a289460 Fix API bundler. Use new esbuild context builder for it. 2026-04-11 12:06:53 +01:00
c4f7cf9164 Fix api route caching issue 2026-04-11 10:00:24 +01:00
af8c207ac1 Add retries to page component function error. Reload for all 404 pages 2026-04-11 08:48:01 +01:00
5a0972beb8 Update API routes function pass #3 2026-04-10 11:54:17 +01:00
257adfec39 Update API routes function pass #2 2026-04-10 11:48:30 +01:00
349b99bacf Fix types error 2026-04-10 11:42:22 +01:00
972f6945c2 Fix types error 2026-04-10 11:39:50 +01:00
6477f446d1 Update API routes function 2026-04-10 11:34:22 +01:00
7fb1784b95 Bugfix: Refactor SSR bundler. Fix stale cache SSR modules. 2026-04-09 23:50:58 +01:00
40fc7778a8 Bugfix: SSR bundler errors fixed. Caching still faulty 2026-04-09 22:33:49 +01:00
f3b087a1f3 Handle errors better 2026-04-09 18:01:29 +01:00
eb0721f94b Updates 2026-04-09 07:47:38 +01:00
ab6fc3be26 Hydration bugfix 2026-04-08 08:08:27 +01:00
6b7d29bc53 Bugfix: hydration mismatch 2026-04-08 07:46:09 +01:00
a84ac10b24 Bugfix. Update watcher to reload on excluded file/directory addition and deletion. 2026-04-08 06:51:44 +01:00
4b3a4dbc77 Bugfix. Extract react imports from main bundler to vendor static files 2026-04-08 05:39:11 +01:00
c19b7c9607 Fix react and react-dom peer dependencies mismatch #4 2026-04-05 18:25:14 +01:00
d441f9982e Fix react and react-dom peer dependencies mismatch #3 2026-04-05 17:58:52 +01:00
8d5b2a5c07 Update dev debug logs 2026-04-05 06:34:28 +01:00
333c84281d Update watcher to rebuild on api dir change 2026-04-05 06:09:22 +01:00
5166ba037f Component Bundler Bugfix 2026-04-04 20:30:40 +01:00
1037bbb546 Component Bundler Bugfix debug 2026-04-04 20:05:41 +01:00
f34f8baa99 Update watcher and component gen functions 2026-04-04 20:02:36 +01:00
48c25d2fb4 Update init function 2026-04-04 19:35:14 +01:00
7dbd1f7e12 Remove esm.sh externals 2026-03-31 06:57:44 +01:00
d6985b3335 Update meta logic 2026-03-30 20:40:15 +01:00
86d4bb8d6c Imporve HMR Post-build function speed 2026-03-30 05:44:34 +01:00
2b170d24e1 Updates 2026-03-29 17:08:10 +01:00
950bdc3dca Add error logs for server functions. Add cache dynamic function. 2026-03-27 05:22:31 +01:00
572f739b5c Surpress react/jsx-runtime errors: Bugfix #3 2026-03-25 16:35:45 +01:00
ad51f7da0c Surpress react/jsx-runtime errors: Bugfix #2 2026-03-25 16:25:39 +01:00
6a024faece Surpress react/jsx-runtime errors: Bugfix 2026-03-25 16:09:18 +01:00
764e8f76f0 Surpress react/jsx-runtime errors 2026-03-25 16:03:45 +01:00
b8bae51b32 Remove react/jsx-runtime dynamic browser import 2026-03-25 15:51:24 +01:00
dad5cffaac Remove react/jsx-dev-runtime dynamic browser import 2026-03-25 15:48:05 +01:00
321c8ebb89 Refactor Bundler. Fix bugs. 2026-03-24 22:03:55 +01:00
99b319f5af Bugfix. Fix esbuild post build function for HMR 2026-03-24 18:41:33 +01:00
47c262392c Switch back to esbuild 2026-03-24 18:28:56 +01:00
60ee353bf0 Refactor Server Paradigm. 2026-03-24 07:18:57 +01:00
67ed8749e2 Remove React and React Dom deletion 2026-03-23 07:50:55 +01:00
146f51c590 Remove React and React Dom enforcment 2026-03-23 07:46:10 +01:00
4b8b610e32 Updates 2026-03-23 07:42:00 +01:00
0308ea32ec Update Hydration and HMR logic 2026-03-23 06:13:25 +01:00
1634eeb213 Major Refactoring. Test update 2026-03-22 16:45:12 +01:00
e047539a11 Remove unneccesary logs 2026-03-22 12:44:11 +01:00
e0a07cf57c Remove unneccesary logs 2026-03-22 12:38:04 +01:00