fix: updated README instructions + fixed app running issues/cross-compatibility over operating systems

This commit is contained in:
Benjamin Singleton 2025-06-10 21:10:55 -05:00 committed by Sheldon Cooper
parent 4ebce1448a
commit f9957c2b4d
8 changed files with 239 additions and 16 deletions

View file

@ -11,14 +11,15 @@
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"build": "rm -rf ./dist & pnpm exec tsc",
"watch": "rm -rf ./dist & pnpm exec tsc --watch"
"build": "pnpm exec rimraf ./dist & pnpm exec tsc",
"watch": "pnpm exec rimraf ./dist & pnpm exec tsc --watch"
},
"keywords": [],
"author": "",
"license": "ISC",
"packageManager": "pnpm@10.11.0",
"devDependencies": {
"rimraf": "^6.0.1",
"typescript": "~5.8.3"
}
}

View file

@ -1 +1 @@
export const SAMPLE = "Hello world from common once again! abcdefg";
export const SAMPLE = "Hello world from common once again! abcdefg 1234";