mirror of
				https://codeberg.org/yeentown/barkey.git
				synced 2025-10-31 05:24:13 +00:00 
			
		
		
		
	* Revert "fix(build): corepackのバグの回避 (#15387)"
This reverts commit 9c70a4e631.
* deps: update pnpm to v10
* fix broken lockfile
* update changelog
* fix
* fix
* Revert "fix"
This reverts commit 4abc6c194edc20989f5ec97d343307a4b8c9047d.
* fix
* fix
* attempt to fix docker build
* lint fixes
* fix: revertしすぎた
* detect pnpm version and install it
* fix: そもそもpnpmを2回入れる必要がないかも
* fix
* refactor
* fix
* refactor: remove unnecessary arg
* Update Dockerfile
* update pnpm to v10.6.1
* Update Changelog
* chore: use node to avoid installing jq
		
	
			
		
			
				
	
	
		
			28 lines
		
	
	
	
		
			593 B
		
	
	
	
		
			JSON
		
	
	
	
	
	
			
		
		
	
	
			28 lines
		
	
	
	
		
			593 B
		
	
	
	
		
			JSON
		
	
	
	
	
	
| {
 | |
| 	"name": "Misskey",
 | |
| 	"dockerComposeFile": "compose.yml",
 | |
| 	"service": "app",
 | |
| 	"workspaceFolder": "/workspace",
 | |
| 	"features": {
 | |
| 		"ghcr.io/devcontainers/features/node:1": {
 | |
| 			"version": "22.11.0"
 | |
| 		},
 | |
| 		"ghcr.io/devcontainers-extra/features/pnpm:2": {
 | |
| 			"version": "10.6.1"
 | |
| 		}
 | |
| 	},
 | |
| 	"forwardPorts": [3000],
 | |
| 	"postCreateCommand": "/bin/bash .devcontainer/init.sh",
 | |
| 	"customizations": {
 | |
| 		"vscode": {
 | |
| 			"extensions": [
 | |
| 				"editorconfig.editorconfig",
 | |
| 				"dbaeumer.vscode-eslint",
 | |
| 				"Vue.volar",
 | |
| 				"Orta.vscode-jest",
 | |
| 				"dbaeumer.vscode-eslint",
 | |
| 				"mrmlnc.vscode-json5"
 | |
| 			]
 | |
| 		}
 | |
| 	}
 | |
| }
 |