mirror of
https://github.com/exogen/t2-mapper.git
synced 2026-07-12 15:04:47 +00:00
add env maps
This commit is contained in:
parent
9a95c04c68
commit
7c0e39d57c
491 changed files with 14447 additions and 1552 deletions
|
|
@ -8,7 +8,7 @@
|
|||
"type": "module",
|
||||
"packageManager": "npm@11.7.0",
|
||||
"scripts": {
|
||||
"build:manifest": "tsx scripts/generate-manifest.ts -o src/manifest.json",
|
||||
"build:manifest": "tsx --tsconfig tsconfig.node.json scripts/generate-manifest.ts -o src/manifest.json",
|
||||
"build:parser": "peggy TorqueScript.pegjs -o generated/TorqueScript.js --format es",
|
||||
"build": "vite build",
|
||||
"copy-public": "cpy --dot 'public/*' '!(public/docs)' docs",
|
||||
|
|
@ -86,7 +86,7 @@
|
|||
"rimraf": "^6.1.3",
|
||||
"typescript": "~5.9.3",
|
||||
"typescript-eslint": "^8.57.2",
|
||||
"vite": "^8.0.2",
|
||||
"vitest": "^4.1.1"
|
||||
"vite": "^8.0.3",
|
||||
"vitest": "^4.1.2"
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue