feat(regime)
This commit is contained in:
commit
2be7ec6836
62 changed files with 1817 additions and 0 deletions
1
templates/adapts-to/bun/.regime-template.json
Normal file
1
templates/adapts-to/bun/.regime-template.json
Normal file
|
|
@ -0,0 +1 @@
|
|||
{}
|
||||
5
templates/adapts-to/bun/package.json
Normal file
5
templates/adapts-to/bun/package.json
Normal file
|
|
@ -0,0 +1,5 @@
|
|||
{
|
||||
"devDependencies": {
|
||||
"@types/bun": "^1.3.13"
|
||||
}
|
||||
}
|
||||
13
templates/adapts-to/bun/tsconfig.bun.json
Normal file
13
templates/adapts-to/bun/tsconfig.bun.json
Normal file
|
|
@ -0,0 +1,13 @@
|
|||
{
|
||||
"extends": "./tsconfig.base.json",
|
||||
"references": [
|
||||
{ "path": "./tsconfig.src.json" }
|
||||
],
|
||||
"compilerOptions": {
|
||||
"composite": true,
|
||||
"types": ["bun"]
|
||||
},
|
||||
"include": [
|
||||
"src/bun"
|
||||
]
|
||||
}
|
||||
5
templates/adapts-to/bun/tsconfig.json
Normal file
5
templates/adapts-to/bun/tsconfig.json
Normal file
|
|
@ -0,0 +1,5 @@
|
|||
{
|
||||
"references": [
|
||||
{ "path": "./tsconfig.bun.json" }
|
||||
]
|
||||
}
|
||||
5
templates/adapts-to/bun/tsconfig.src.json
Normal file
5
templates/adapts-to/bun/tsconfig.src.json
Normal file
|
|
@ -0,0 +1,5 @@
|
|||
{
|
||||
"exclude": [
|
||||
"src/bun"
|
||||
]
|
||||
}
|
||||
1
templates/adapts-to/cloudflare/.regime-template.json
Normal file
1
templates/adapts-to/cloudflare/.regime-template.json
Normal file
|
|
@ -0,0 +1 @@
|
|||
{}
|
||||
5
templates/adapts-to/cloudflare/package.json
Normal file
5
templates/adapts-to/cloudflare/package.json
Normal file
|
|
@ -0,0 +1,5 @@
|
|||
{
|
||||
"devDependencies": {
|
||||
"@cloudflare/workers-types": "^4.20250425.0"
|
||||
}
|
||||
}
|
||||
13
templates/adapts-to/cloudflare/tsconfig.cloudflare.json
Normal file
13
templates/adapts-to/cloudflare/tsconfig.cloudflare.json
Normal file
|
|
@ -0,0 +1,13 @@
|
|||
{
|
||||
"extends": "./tsconfig.base.json",
|
||||
"references": [
|
||||
{ "path": "./tsconfig.src.json" }
|
||||
],
|
||||
"compilerOptions": {
|
||||
"composite": true,
|
||||
"types": ["@cloudflare/workers-types"]
|
||||
},
|
||||
"include": [
|
||||
"src/cloudflare"
|
||||
]
|
||||
}
|
||||
5
templates/adapts-to/cloudflare/tsconfig.json
Normal file
5
templates/adapts-to/cloudflare/tsconfig.json
Normal file
|
|
@ -0,0 +1,5 @@
|
|||
{
|
||||
"references": [
|
||||
{ "path": "./tsconfig.cloudflare.json" }
|
||||
]
|
||||
}
|
||||
5
templates/adapts-to/cloudflare/tsconfig.src.json
Normal file
5
templates/adapts-to/cloudflare/tsconfig.src.json
Normal file
|
|
@ -0,0 +1,5 @@
|
|||
{
|
||||
"exclude": [
|
||||
"src/cloudflare"
|
||||
]
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue