Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 0 additions & 5 deletions .github/workflows/sync-branch.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,11 +18,6 @@ jobs:
with:
token: ${{ secrets.GITHUB_TOKEN }}

- name: Setup Node.js
Comment thread
BlankParticle marked this conversation as resolved.
uses: actions/setup-node@48b55a011bda9f5d6aeb4c2d9c7362e8dae4041e # v6
with:
node-version: 22

- name: Get create-hono version
id: get_version
run: |
Expand Down
13 changes: 1 addition & 12 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,16 +1,5 @@
node_modules
yarn.lock
yarn-error.log
package-lock.json
bin
pkg
.next
deno.lock

# yarn
.yarn/*
!.yarn/patches
!.yarn/plugins
!.yarn/releases
!.yarn/sdks
!.yarn/versions
pnpm-lock.yaml
873 changes: 0 additions & 873 deletions .yarn/releases/yarn-3.4.1.cjs

This file was deleted.

2 changes: 0 additions & 2 deletions .yarnrc.yml

This file was deleted.

5 changes: 1 addition & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,14 +2,11 @@
"name": "starters",
"version": "0.0.0",
"private": true,
"workspaces": [
"templates/*"
],
"scripts": {
"format": "prettier 'templates/**/*.{ts,tsx}' --write"
},
"license": "MIT",
"packageManager": "yarn@3.4.1",
"packageManager": "pnpm@11.9.0",
"devDependencies": {
"prettier": "^3.3.3"
}
Expand Down
8 changes: 8 additions & 0 deletions pnpm-workspace.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
packages:
- templates/*

allowBuilds:
esbuild: false
sharp: false
unrs-resolver: false
workerd: false