Commit Graph
100 Commits
Author SHA1 Message Date
tben 1bf1b651db Update dev server 2026-08-14 13:12:35 +01:00
tben 247a64c873 Update dev server 2026-08-14 12:59:20 +01:00
tben f590deb11b Update dev server 2026-08-14 09:58:12 +01:00
tben 3426c7b53b Update dev server 2026-08-14 09:57:22 +01:00
tben afd1af1827 Update dev server 2026-08-14 09:55:57 +01:00
tben 22d3dedab2 Update page server types 2026-08-14 06:49:12 +01:00
tben 8d12329f01 Add perpetual watcher reload in dev 2026-08-13 05:39:14 +01:00
tben 78e86b3999 Rename global variables 2026-08-03 12:01:40 +01:00
tben 87948340b0 Add public envs 2026-08-03 08:42:33 +01:00
tben 86ea86e7bd Updates 2026-08-01 05:25:47 +01:00
tben 596b9de047 Add request cookie to HMR reload pipeline 2026-07-31 07:21:52 +01:00
tben 9da1e16318 Bugfix: Fix dev function 2026-07-30 14:50:54 +01:00
tben 823c5bb1ca Remove bun imports from esbuild bundler 2026-07-30 11:52:08 +01:00
tben 88ead3b3d6 Remove all Loader.registry.delete lines 2026-07-29 14:05:12 +01:00
tben 45509deff8 Dev Server Refresh Bugfix. Loop happens after a file route is refactored to a folder route with index.ts 2026-07-29 13:55:23 +01:00
tben a19863b3e9 Updates 2026-07-20 20:54:59 +01:00
tben a9cd51d71c Bugfix: update stale HMR after fixed errors 2026-07-20 20:54:39 +01:00
tben e3a0f5fbeb Error handling bugfix in dev server 2026-07-20 20:41:30 +01:00
tben 1d0ac4aa80 Update start logic 2026-07-01 19:23:05 +01:00
tben 817beacc7a Update build step 2026-07-01 19:18:11 +01:00
tben 61a9d8d612 Bugfix in spawn file 2026-06-23 13:07:28 +01:00
tben cd9ac833dc Switch back to fs watcher 2026-04-21 16:25:57 +01:00
tben e2b8b95a4b Switch watcher to chokidar 2026-04-20 16:12:24 +01:00
tben c06cb73181 Update tests folder ingore pattern 2026-04-20 06:18:32 +01:00
tben f3bb972a20 Ignore test files/folders in bundling 2026-04-20 06:15:55 +01:00
tben 40a987b983 Update banner log 2026-04-19 18:57:55 +01:00
tben ceeb6fbdaf Security Fixes 2026-04-19 16:17:45 +01:00
tben 4f5445e3df Security fixes pass #2 2026-04-19 16:17:19 +01:00
tben b702e26bf6 Security fixes pass #2 2026-04-19 16:00:59 +01:00
tben 3b26292124 Security fixes pass #1 2026-04-19 14:59:20 +01:00
tben cb5126c947 Refactor error handling 2026-04-19 11:12:11 +01:00
tben f018b228a8 Update tests 2026-04-19 10:23:08 +01:00
tben 95fcee36b2 Fix server component stale caching. Add server components to SSR bundler 2026-04-19 09:04:55 +01:00
tben 41e28d7a3e Updates 2026-04-18 18:06:21 +01:00
tben b2e92e5792 Updates 2026-04-18 11:17:13 +01:00
tben 9a427412f3 Refactor start and dev commands. Start in child processes. Handle errors better 2026-04-17 08:47:36 +01:00
tben a5f25d522e Updates 2026-04-15 16:09:07 +01:00
tben 938411653d Updates 2026-04-14 20:32:36 +01:00
tben b597e1420e Updates 2026-04-14 20:24:08 +01:00
tben d6f0a7962e Updates 2026-04-14 15:50:21 +01:00
tben f0aae8a8fa Refactor SSR strategy. Redirect before bundling any page component. Additional bugfixes for dev environment 2026-04-12 16:20:16 +01:00
tben 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
tben 532d0d6b56 Update excluded pages paths logic. Add HMR retries on errors. 2026-04-12 05:47:12 +01:00
tben e0c2ab5872 Update pages server function(s) 2026-04-11 16:29:53 +01:00
tben 35f7a6fc85 Persist Request accorss hydration refreshes 2026-04-11 12:52:56 +01:00
tben 814a289460 Fix API bundler. Use new esbuild context builder for it. 2026-04-11 12:06:53 +01:00
tben c4f7cf9164 Fix api route caching issue 2026-04-11 10:00:24 +01:00
tben af8c207ac1 Add retries to page component function error. Reload for all 404 pages 2026-04-11 08:48:01 +01:00
tben 5a0972beb8 Update API routes function pass #3 2026-04-10 11:54:17 +01:00
tben 257adfec39 Update API routes function pass #2 2026-04-10 11:48:30 +01:00
tben 349b99bacf Fix types error 2026-04-10 11:42:22 +01:00
tben 972f6945c2 Fix types error 2026-04-10 11:39:50 +01:00
tben 6477f446d1 Update API routes function 2026-04-10 11:34:22 +01:00
tben 7fb1784b95 Bugfix: Refactor SSR bundler. Fix stale cache SSR modules. 2026-04-09 23:50:58 +01:00
tben 40fc7778a8 Bugfix: SSR bundler errors fixed. Caching still faulty 2026-04-09 22:33:49 +01:00
tben f3b087a1f3 Handle errors better 2026-04-09 18:01:29 +01:00
tben eb0721f94b Updates 2026-04-09 07:47:38 +01:00
tben ab6fc3be26 Hydration bugfix 2026-04-08 08:08:27 +01:00
tben 6b7d29bc53 Bugfix: hydration mismatch 2026-04-08 07:46:09 +01:00
tben a84ac10b24 Bugfix. Update watcher to reload on excluded file/directory addition and deletion. 2026-04-08 06:51:44 +01:00
tben 4b3a4dbc77 Bugfix. Extract react imports from main bundler to vendor static files 2026-04-08 05:39:11 +01:00
tben c19b7c9607 Fix react and react-dom peer dependencies mismatch #4 2026-04-05 18:25:14 +01:00
tben 57957b89a4 Update README.md 2026-04-05 18:13:52 +01:00
tben d441f9982e Fix react and react-dom peer dependencies mismatch #3 2026-04-05 17:58:52 +01:00
tben f49a17b24e Fix react and react-dom peer dependencies #2 2026-04-05 17:13:25 +01:00
tben fa8a108686 Fix react and react-dom peer dependencies 2026-04-05 17:09:22 +01:00
tben 8d5b2a5c07 Update dev debug logs 2026-04-05 06:34:28 +01:00
tben 333c84281d Update watcher to rebuild on api dir change 2026-04-05 06:09:22 +01:00
tben 5166ba037f Component Bundler Bugfix 2026-04-04 20:30:40 +01:00
tben 1037bbb546 Component Bundler Bugfix debug 2026-04-04 20:05:41 +01:00
tben f34f8baa99 Update watcher and component gen functions 2026-04-04 20:02:36 +01:00
tben 48c25d2fb4 Update init function 2026-04-04 19:35:14 +01:00
tben 7dbd1f7e12 Remove esm.sh externals 2026-03-31 06:57:44 +01:00
tben 68d88bce4a Try local react imports 2026-03-31 06:22:26 +01:00
tben d6985b3335 Update meta logic 2026-03-30 20:40:15 +01:00
tben 86d4bb8d6c Imporve HMR Post-build function speed 2026-03-30 05:44:34 +01:00
tben 2b170d24e1 Updates 2026-03-29 17:08:10 +01:00
tben 950bdc3dca Add error logs for server functions. Add cache dynamic function. 2026-03-27 05:22:31 +01:00
tben 572f739b5c Surpress react/jsx-runtime errors: Bugfix #3 2026-03-25 16:35:45 +01:00
tben ee07163ba5 Surpress react/jsx-runtime errors: Bugfix #2 2026-03-25 16:26:05 +01:00
tben ad51f7da0c Surpress react/jsx-runtime errors: Bugfix #2 2026-03-25 16:25:39 +01:00
tben 6a024faece Surpress react/jsx-runtime errors: Bugfix 2026-03-25 16:09:18 +01:00
tben 764e8f76f0 Surpress react/jsx-runtime errors 2026-03-25 16:03:45 +01:00
tben b8bae51b32 Remove react/jsx-runtime dynamic browser import 2026-03-25 15:51:24 +01:00
tben dad5cffaac Remove react/jsx-dev-runtime dynamic browser import 2026-03-25 15:48:05 +01:00
tben 321c8ebb89 Refactor Bundler. Fix bugs. 2026-03-24 22:03:55 +01:00
tben 336fa812a5 Update bundler logic 2026-03-24 21:37:41 +01:00
tben f6c7f6b78c Refactor bundler function 2026-03-24 20:42:47 +01:00
tben 99b319f5af Bugfix. Fix esbuild post build function for HMR 2026-03-24 18:41:33 +01:00
tben 47c262392c Switch back to esbuild 2026-03-24 18:28:56 +01:00
tben 976ff5fec9 Reconcile React and React Dom Versions 2026-03-24 07:34:55 +01:00
tben 60ee353bf0 Refactor Server Paradigm. 2026-03-24 07:18:57 +01:00
tben 342f56f3f5 Server Refactor 2026-03-24 07:17:03 +01:00
tben 7dd8d87be8 Change server paradigm 2026-03-24 05:24:14 +01:00
tben 6f1db7c01f Add more features. Customize HTML. Add server logic and other page module exports to __root 2026-03-23 19:14:56 +01:00
tben 67ed8749e2 Remove React and React Dom deletion 2026-03-23 07:50:55 +01:00
tben 146f51c590 Remove React and React Dom enforcment 2026-03-23 07:46:10 +01:00
tben 4b8b610e32 Updates 2026-03-23 07:42:00 +01:00
tben 567fb4f746 Fix errors, bugs and known vulerabilities 2026-03-23 06:58:41 +01:00
tben 0308ea32ec Update Hydration and HMR logic 2026-03-23 06:13:25 +01:00