create-analog 0.2.21 → 0.2.24

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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "create-analog",
3
- "version": "0.2.21",
3
+ "version": "0.2.24",
4
4
  "type": "module",
5
5
  "license": "MIT",
6
6
  "author": "Brandon Roberts",
@@ -4,19 +4,19 @@ This project was generated with [Analog](https://analogjs.org), the fullstack me
4
4
 
5
5
  ## Setup
6
6
 
7
- Run `yarn` to install the application dependencies.
7
+ Run `npm install` to install the application dependencies.
8
8
 
9
9
  ## Development
10
10
 
11
- Run `yarn dev` for a dev server. Navigate to `http://localhost:5173/`. The application will automatically reload if you change any of the source files.
11
+ Run `npm start` for a dev server. Navigate to `http://localhost:5173/`. The application automatically reloads if you change any of the source files.
12
12
 
13
13
  ## Build
14
14
 
15
- Run `yarn build` to build the client/server project. The client build artifacts are located in the `dist/client` directory. The server for the API build artifacts are located in the `dist/server` directory.
15
+ Run `npm run build` to build the client/server project. The client build artifacts are located in the `dist/analog/public` directory. The server for the API build artifacts are located in the `dist/analog/server` directory.
16
16
 
17
17
  ## Test
18
18
 
19
- Run `yarn test` to run unit tests with [Vitest](https://vitest.dev).
19
+ Run `npm run test` to run unit tests with [Vitest](https://vitest.dev).
20
20
 
21
21
  ## Community
22
22
 
@@ -24,3 +24,4 @@ Run `yarn test` to run unit tests with [Vitest](https://vitest.dev).
24
24
  - Visit and Star the [GitHub Repo](https://github.com/analogjs/analog)
25
25
  - Visit the [Website](https://analogjs.org/)
26
26
  - Follow us on [Twitter](https://twitter.com/analogjs)
27
+ - Become a [Sponsor](https://github.com/sponsors/brandonroberts)
@@ -13,6 +13,7 @@
13
13
  "builder": "@nrwl/vite:build",
14
14
  "options": {
15
15
  "configFile": "vite.config.ts",
16
+ "main": "src/main.ts",
16
17
  "outputPath": "dist/client"
17
18
  },
18
19
  "defaultConfiguration": "production",
@@ -14,8 +14,8 @@
14
14
  "test": "ng test"
15
15
  },
16
16
  "dependencies": {
17
- "@analogjs/content": "^0.2.0-beta.7",
18
- "@analogjs/router": "^0.2.0-beta.7",
17
+ "@analogjs/content": "^0.2.0-beta.11",
18
+ "@analogjs/router": "^0.2.0-beta.11",
19
19
  "@angular/animations": "^15.0.0",
20
20
  "@angular/common": "^15.0.0",
21
21
  "@angular/compiler": "^15.0.0",
@@ -4,19 +4,19 @@ This project was generated with [Analog](https://analogjs.org), the fullstack me
4
4
 
5
5
  ## Setup
6
6
 
7
- Run `yarn` to install the application dependencies.
7
+ Run `npm install` to install the application dependencies.
8
8
 
9
9
  ## Development
10
10
 
11
- Run `yarn dev` for a dev server. Navigate to `http://localhost:5173/`. The application will automatically reload if you change any of the source files.
11
+ Run `npm start` for a dev server. Navigate to `http://localhost:5173/`. The application automatically reloads if you change any of the source files.
12
12
 
13
13
  ## Build
14
14
 
15
- Run `yarn build` to build the client/server project. The client build artifacts are located in the `dist/client` directory. The server for the API build artifacts are located in the `dist/server` directory.
15
+ Run `npm run build` to build the client/server project. The client build artifacts are located in the `dist/analog/public` directory. The server for the API build artifacts are located in the `dist/analog/server` directory.
16
16
 
17
17
  ## Test
18
18
 
19
- Run `yarn test` to run unit tests with [Vitest](https://vitest.dev).
19
+ Run `npm run test` to run unit tests with [Vitest](https://vitest.dev).
20
20
 
21
21
  ## Community
22
22
 
@@ -24,3 +24,4 @@ Run `yarn test` to run unit tests with [Vitest](https://vitest.dev).
24
24
  - Visit and Star the [GitHub Repo](https://github.com/analogjs/analog)
25
25
  - Visit the [Website](https://analogjs.org/)
26
26
  - Follow us on [Twitter](https://twitter.com/analogjs)
27
+ - Become a [Sponsor](https://github.com/sponsors/brandonroberts)
@@ -13,6 +13,7 @@
13
13
  "builder": "@nx/vite:build",
14
14
  "options": {
15
15
  "configFile": "vite.config.ts",
16
+ "main": "src/main.ts",
16
17
  "outputPath": "dist/client"
17
18
  },
18
19
  "defaultConfiguration": "production",
@@ -14,8 +14,8 @@
14
14
  "test": "ng test"
15
15
  },
16
16
  "dependencies": {
17
- "@analogjs/content": "^0.2.0-beta.7",
18
- "@analogjs/router": "^0.2.0-beta.7",
17
+ "@analogjs/content": "^0.2.0-beta.11",
18
+ "@analogjs/router": "^0.2.0-beta.11",
19
19
  "@angular/animations": "^16.0.0",
20
20
  "@angular/common": "^16.0.0",
21
21
  "@angular/compiler": "^16.0.0",
@@ -34,7 +34,7 @@
34
34
  "zone.js": "~0.13.0"
35
35
  },
36
36
  "devDependencies": {
37
- "@analogjs/platform": "^0.2.0-beta.7",
37
+ "@analogjs/platform": "^0.2.0-beta.11",
38
38
  "@angular-devkit/build-angular": "^16.0.0",
39
39
  "@angular/cli": "^16.0.0",
40
40
  "@angular/compiler-cli": "^16.0.0",