@ix_waterford/lib 1.0.23 → 1.0.25

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/README.md CHANGED
@@ -1,32 +1,32 @@
1
-
2
- ### Prerequisites
3
- - Node.js 19+
4
- - npm
5
-
6
- ### Installation
7
- npm install
8
-
9
- ### Development Server
10
- npm run dev
11
-
12
- The app will be available at `http://localhost:5000`
13
-
14
- ### Build
15
- npm run build
16
-
17
- ### Code Quality
18
- # Run ESLint for code quality checks (shows errors only)
19
- npm run lint
20
-
21
- ### Fix ESLint issues manually (optional)
22
- npm run lint:fix
23
-
24
- ### Run TypeScript type checking
25
- npm run type-check
26
-
27
- ### Check changes with local bundling
28
- npm pack
29
-
30
- ### Publish the repo to npm
31
- npm publish
32
-
1
+
2
+ ### Prerequisites
3
+ - Node.js 19+
4
+ - npm
5
+
6
+ ### Installation
7
+ npm install
8
+
9
+ ### Development Server
10
+ npm run dev
11
+
12
+ The app will be available at `http://localhost:5000`
13
+
14
+ ### Build
15
+ npm run build
16
+
17
+ ### Code Quality
18
+ # Run ESLint for code quality checks (shows errors only)
19
+ npm run lint
20
+
21
+ ### Fix ESLint issues manually (optional)
22
+ npm run lint:fix
23
+
24
+ ### Run TypeScript type checking
25
+ npm run type-check
26
+
27
+ ### Check changes with local bundling
28
+ npm pack
29
+
30
+ ### Publish the repo to npm
31
+ npm publish
32
+
@@ -1 +1 @@
1
- <!doctype html><html><head><title>Rsbuild App</title><meta charset="UTF-8"><meta name="viewport" content="width=device-width, initial-scale=1.0"><script defer src="/components.dbae0b04.js"></script><link href="/static/css/components.1d98581c.css" rel="stylesheet"></head><body><div id="root"></div></body></html>
1
+ <!doctype html><html><head><title>Rsbuild App</title><meta charset="UTF-8"><meta name="viewport" content="width=device-width, initial-scale=1.0"><script defer src="/components.js"></script><link href="/static/css/components.css" rel="stylesheet"></head><body><div id="root"></div></body></html>