Skip to content

Commit ebd93ea

Browse files
committed
chore: Add v6 website deployment information
1 parent b539643 commit ebd93ea

File tree

3 files changed

+13
-41
lines changed

3 files changed

+13
-41
lines changed

package-lock.json

Lines changed: 0 additions & 41 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

website/nuxt.config.ts

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,10 @@
22
export default defineNuxtConfig({
33
extends: ['@feathersdev/websites'],
44

5+
nitro: {
6+
preset: 'cloudflare-module'
7+
},
8+
59
app: {
610
head: {
711
title: 'FeathersJS',

website/wrangler.jsonc

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
{
2+
"name": "feathers-v6",
3+
"compatibility_date": "2026-01-27",
4+
"main": ".output/server/index.mjs",
5+
"assets": {
6+
"binding": "ASSETS",
7+
"directory": ".output/public"
8+
}
9+
}

0 commit comments

Comments
 (0)