diff options
| author | Kevin J Hoerr <kjhoerr@protonmail.com> | 2022-08-15 00:50:04 +0000 |
|---|---|---|
| committer | Kevin J Hoerr <kjhoerr@protonmail.com> | 2025-08-18 11:50:11 -0400 |
| commit | 1b42afd8c5eb9e16c6f7e93c0518cee1285ec383 (patch) | |
| tree | fee215fe5b70046aa9e6bbbf1e5733366c561952 /package.json | |
| parent | d259da96f1c41ada4e3dccaf0497f0b043e16ee8 (diff) | |
| download | pantry-1b42afd8c5eb9e16c6f7e93c0518cee1285ec383.tar.gz pantry-1b42afd8c5eb9e16c6f7e93c0518cee1285ec383.tar.bz2 pantry-1b42afd8c5eb9e16c6f7e93c0518cee1285ec383.zip | |
Add test data and link to q/dev
Diffstat (limited to 'package.json')
| -rw-r--r-- | package.json | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/package.json b/package.json index d21bafe..b2e1583 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "pantry", "scripts": { - "dev:fe": "nodemon --watch src/conf --watch src/components --watch src/model --watch src/pages --watch src/styles --watch src/util -e ts,tsx,css -x 'yarn inject'", + "dev:fe": "nodemon --watch src/conf --watch src/components --watch src/model --watch src/pages --watch src/styles --watch src/util -e ts,tsx,css -x 'APP_ENV=development yarn inject'", "dev:be": "mvn quarkus:dev", "dev": "npm-run-all --parallel dev:*", "build": "next build && next export", |
