start-test-domain #3

Merged
primakov merged 2 commits from start-test-domain into master 2024-03-27 16:57:20 +03:00
Showing only changes of commit 6b6a7ff4a5 - Show all commits

View File

@ -4,7 +4,7 @@
"description": "",
"main": "./src/index.tsx",
"scripts": {
"start": "ijl-cli server --port=80 --with-open-browser",
"start": "start chrome http://ift-b1.kc.inno-js.test/journal.pl && ijl-cli server --port=80",
"build": "npm run clean && ijl-cli build --dev",
"build:prod": "npm run clean && ijl-cli build",
"clean": "rimraf dist"