Skip to content

Commit

Permalink
fix(demo): add missing file and dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
tobua committed Feb 1, 2024
1 parent bd4a203 commit 741e4c1
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .gitignore
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
node_modules
package-lock.json
tsconfig.json
/tsconfig.json
dist
bun.lockb
.env
Expand Down
7 changes: 7 additions & 0 deletions demo/api/tsconfig.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
{
"extends": "../tsconfig.json",
"compilerOptions": {
"moduleResolution": "NodeNext",
"module": "NodeNext",
},
}
1 change: 1 addition & 0 deletions demo/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@
"dependencies": {
"@vercel/node": "^3.0.17",
"avait": "^0.7.0",
"epic-language": "latest",
"exmpl": "^3.0.0",
"papua": "latest",
"react": "^18.2.0",
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,9 @@
"author": "Matthias Giger",
"scripts": {
"build": "padua build",
"demo:files": "bun dist/bin.js --input demo/api/static/translations/en.json --output demo/api/static/translations --language en",
"server": "bun --watch server.ts",
"server:files": "bun dist/bin.js --input test/files/en.json --output test/files --language en",
"demo:files": "bun dist/bin.js --input demo/api/static/translations/en.json --output demo/api/static/translations --language en",
"start": "padua watch",
"test": "bun test",
"test:browser": "bun test browser.test",
Expand Down

0 comments on commit 741e4c1

Please sign in to comment.