Skip to content

Commit

Permalink
For setting up in the local environment in Windows (#443)
Browse files Browse the repository at this point in the history
* For building in the windows and linux

* Worked on vite timestamp file that it doesn't include while committing.
  • Loading branch information
aakash-a-dev authored Nov 18, 2024
1 parent b86f229 commit 9539669
Show file tree
Hide file tree
Showing 3 changed files with 65 additions and 1 deletion.
2 changes: 2 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -41,3 +41,5 @@ srcbook/lib/**/*

# Aide
*.code-workspace

vite.config.ts.timestamp-*.mjs
5 changes: 4 additions & 1 deletion packages/shared/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"type": "module",
"main": "./dist/index.mjs",
"scripts": {
"prebuild": "rm -rf ./dist",
"prebuild": "rimraf ./dist",
"build": "tsc",
"dev": "tsc --incremental --watch --project .",
"lint": "eslint . --max-warnings 0",
Expand All @@ -14,5 +14,8 @@
"dependencies": {
"@scure/base": "^1.1.8",
"zod": "catalog:"
},
"devDependencies": {
"rimraf": "^6.0.1"
}
}
59 changes: 59 additions & 0 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 9539669

Please sign in to comment.