Commit graph

128 commits

Author SHA1 Message Date
69f48d89d4 chore: update lint-staged config 2025-04-04 22:52:46 +02:00
924d5c21a2 refactor(core): remove console logs 2025-04-04 22:49:36 +02:00
8da6d4e994 test(core): use vitest it 2025-03-22 22:49:06 +01:00
f675887f10 chore(core): ship dist dir 2025-03-22 22:47:44 +01:00
9899a25d9d test: organize test files 2025-03-22 21:17:45 +01:00
e58c3473b4 chore: update deps; add @types/node 2025-03-22 19:47:02 +01:00
98b48e13e0 refactor: skip failing test (for now) 2025-03-15 23:34:15 +01:00
fee04025bb refactor(cli): return object instead of array in getMcFlyConfig 2025-03-15 23:33:30 +01:00
708ead451c chore: try failing test 2025-03-15 20:31:34 +01:00
93e0c956e9 test(core): update cli tests 2025-03-15 20:22:53 +01:00
87c6cffb2f refactor(core): use renamed util 2025-03-15 20:13:39 +01:00
c6c3fc608a refactor(core): rename and add jsdoc 2025-03-15 20:13:09 +01:00
45e8b657f9 chore(core): rewrite cli to ts 2025-02-28 23:50:29 +01:00
f3ee5eebb5 chore(core): initial migration to typescript 2025-02-28 23:24:28 +01:00
34ebcd939a refactor: remove relativePath processing 2025-01-14 20:35:57 +01:00
8b3b7fdfa2 chore: try relative dynamic import 2025-01-14 20:23:31 +01:00
5af6747c29 feat: remove manual copy during build cmd 2025-01-14 18:40:22 +01:00
07970ea442 fix: add netlify workaround 2025-01-14 01:06:21 +01:00
1c9bbdb10e refactor(core): use nitro runtimeConfig to pass mcfly config file path 2025-01-14 01:01:00 +01:00
3b8c6e6d11 feat(core): use dynamic import to resolve mcfly config 2025-01-14 00:41:38 +01:00
c977615759 feat(core): use getNitroConfig in prepare command 2025-01-10 20:33:51 +01:00
5556329c83 feat: copy mcfly config to dist 2025-01-10 18:19:21 +01:00
8020987ccd fix(core): build command to consider nitroConfig.preset when not provided as arg 2025-01-10 17:48:00 +01:00
62fbf5c4b8 fix(core): use c12 to load mcfly config from route middleware
- Can pass functions; while nitro's runtimeConfig cannot. This makes plugins possible
2025-01-10 17:43:25 +01:00
c282f37fae refactor: add getNitroConfig for consolidating different nitro config sources 2025-01-10 17:23:31 +01:00
5095810077 chore(core): patch version for release 2025-01-10 10:21:14 +01:00
8b9825d761 fix(core): import from file instead of the runtime directory 2025-01-10 10:20:08 +01:00
02a3edb3e3 chore: update links from gh to sh 2025-01-09 22:02:50 +01:00
d918d476f1 chore: import as file 2025-01-09 20:23:29 +01:00
749a4e90d5 feat(core): add mcfly nitro config to core 2025-01-09 20:20:42 +01:00
0dd1840516 chore: use small logo 2025-01-09 17:39:29 +01:00
443017cddc chore: show mcfly logo 2025-01-09 17:33:57 +01:00
237ad43c65 chore: link to shadow dom in read me 2025-01-09 17:30:12 +01:00
76874d5b53 chore: link to MDN docs for why items 2025-01-09 17:25:41 +01:00
00fc0d1e56 chore: hide images on redme files 2025-01-09 12:05:04 +01:00
ab224f0258 chore: update readme files with correct image url 2025-01-09 12:03:59 +01:00
081d78936d chore: update readme files with correct api path 2025-01-09 12:02:22 +01:00
524e763af3 chore(core): patch version for fix 2025-01-08 23:44:32 +01:00
2fc4db1bfd fix(core): remove wokspace dep 2025-01-08 23:42:57 +01:00
ef60386dbd fix(core): pkg bin path 2025-01-08 23:29:51 +01:00
b526da063f feat(core): use src/api as api dir; don't render if event path is public asset 2025-01-08 23:26:27 +01:00
8746f976af refactor(core): move modules to /runtime 2025-01-08 22:02:51 +01:00
014deadf75 fix(core): catch undefined plugins 2025-01-08 21:32:55 +01:00
Ayo Ayco
73617647db
feat: move cli to core (#55)
* refactor: move cli to core

* feat: move cli to core

- use route-middleware in serve
- eliminate need for `routes` dir in app

* feat: use route-middleware in build

* chore: update test gh action
2025-01-08 21:21:31 +01:00
Ayo Ayco
f08ce4c043
feat: integration hooks system (#54)
* refactor: modularize event-handler transform functions

* feat: add plugin hooks from mcfly config
2025-01-08 20:03:19 +01:00
Ayo Ayco
a6cab7aa7c chore: update homepage in package.json files 2025-01-01 01:03:56 +00:00
59ca18f616 chore: fix readmes 2024-12-31 12:02:56 +01:00
837a2363ee chore: update readmes 2024-12-31 12:01:06 +01:00
d446b582dd fix: try using pathe for cwd 2024-12-31 02:25:17 +01:00
2638b28533 feat: show logs for netlify debug 2024-12-31 02:12:41 +01:00