Skip to content

Commit b977840

Browse files
committed
feat(bindgen): do not place vite.config.js in build/
Move to typescript top level.
1 parent 4266390 commit b977840

File tree

6 files changed

+1170
-5
lines changed

6 files changed

+1170
-5
lines changed
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
demo-app/

packages/mesh-io/typescript/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,14 +14,14 @@
1414
}
1515
},
1616
"scripts": {
17-
"start": "npm run copyShoelaceAssets && vite -c build/vite.config.js",
17+
"start": "npm run copyShoelaceAssets && vite",
1818
"test": "echo \"Error: no test specified\" && exit 1",
1919
"build": "npm run build:tsc && npm run build:browser:workerEmbedded && npm run build:browser:workerEmbeddedMin && npm run build:demo",
2020
"build:browser:workerEmbedded": "esbuild --loader:.worker.js=dataurl --bundle --format=esm --outfile=./dist/bundle/index-worker-embedded.js ./src/index-worker-embedded.ts",
2121
"build:browser:workerEmbeddedMin": "esbuild --minify --loader:.worker.js=dataurl --bundle --format=esm --outfile=./dist/bundle/index-worker-embedded.min.js ./src/index-worker-embedded.min.ts",
2222
"build:tsc": "tsc --pretty",
2323
"copyShoelaceAssets": "shx mkdir -p test/browser/demo-app/public && shx cp -r node_modules/@shoelace-style/shoelace/dist/assets test/browser/demo-app/public/",
24-
"build:demo": "npm run copyShoelaceAssets && vite -c build/vite.config.js build"
24+
"build:demo": "npm run copyShoelaceAssets && vite build"
2525
},
2626
"keywords": [
2727
"itk",

0 commit comments

Comments
 (0)