Skip to content

Commit

Permalink
refactor: vulcan.config -> azion.config
Browse files Browse the repository at this point in the history
  • Loading branch information
jotanarciso committed Sep 25, 2024
1 parent 90b0a3e commit 325b239
Show file tree
Hide file tree
Showing 297 changed files with 1,312 additions and 817 deletions.
9 changes: 9 additions & 0 deletions templates/angular/angular-boilerplate/azion.config.js
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
import { defineConfig } from 'azion';

module.exports = defineConfig({
build: {
preset: {
name: 'angular',
},
},
});
1 change: 1 addition & 0 deletions templates/angular/angular-boilerplate/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@
"@angular/platform-browser": "^16.2.0",
"@angular/platform-browser-dynamic": "^16.2.0",
"@angular/router": "^16.2.0",
"azion": "latest",
"rxjs": "~7.8.0",
"tslib": "^2.3.0",
"zone.js": "~0.13.0"
Expand Down
7 changes: 0 additions & 7 deletions templates/angular/angular-boilerplate/vulcan.config.js

This file was deleted.

9 changes: 9 additions & 0 deletions templates/astro/astro-audiophile/azion.config.js
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
import { defineConfig } from 'azion';

export default defineConfig({
build: {
preset: {
name: 'astro',
},
},
});
1 change: 1 addition & 0 deletions templates/astro/astro-audiophile/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@
"dependencies": {
"@astrojs/tailwind": "^5.0.0",
"astro": "^3.1.2",
"azion": "latest",
"tailwindcss": "^3.3.3"
},
"devDependencies": {
Expand Down
7 changes: 0 additions & 7 deletions templates/astro/astro-audiophile/vulcan.config.js

This file was deleted.

9 changes: 9 additions & 0 deletions templates/astro/astro-basics/azion.config.js
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
import { defineConfig } from 'azion';

export default defineConfig({
build: {
preset: {
name: 'astro',
},
},
});
3 changes: 2 additions & 1 deletion templates/astro/astro-basics/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@
"astro": "astro"
},
"dependencies": {
"astro": "^4.5.12"
"astro": "^4.5.12",
"azion": "latest"
}
}
7 changes: 0 additions & 7 deletions templates/astro/astro-basics/vulcan.config.js

This file was deleted.

9 changes: 9 additions & 0 deletions templates/astro/astro-blog/azion.config.js
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
import { defineConfig } from 'azion';

export default defineConfig({
build: {
preset: {
name: 'astro',
},
},
});
5 changes: 3 additions & 2 deletions templates/astro/astro-blog/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,11 +10,12 @@
"astro": "astro"
},
"dependencies": {
"@astrojs/check": "^0.4.1",
"@astrojs/mdx": "^2.1.0",
"@astrojs/rss": "^4.0.4",
"@astrojs/sitemap": "^3.0.5",
"astro": "^4.2.6",
"@astrojs/check": "^0.4.1",
"azion": "latest",
"typescript": "^5.3.3"
}
}
}
7 changes: 0 additions & 7 deletions templates/astro/astro-blog/vulcan.config.js

This file was deleted.

9 changes: 9 additions & 0 deletions templates/astro/astro-boilerplate/azion.config.js
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
import { defineConfig } from 'azion';

export default defineConfig({
build: {
preset: {
name: 'astro',
},
},
});
5 changes: 3 additions & 2 deletions templates/astro/astro-boilerplate/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@
"astro": "astro"
},
"dependencies": {
"astro": "^4.5.12"
"astro": "^4.5.12",
"azion": "latest"
}
}
}
7 changes: 0 additions & 7 deletions templates/astro/astro-boilerplate/vulcan.config.js

This file was deleted.

9 changes: 9 additions & 0 deletions templates/astro/astro-ecommerce/azion.config.js
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
import { defineConfig } from 'azion';

export default defineConfig({
build: {
preset: {
name: 'astro',
},
},
});
1 change: 1 addition & 0 deletions templates/astro/astro-ecommerce/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@
"@types/react": "^18.0.21",
"@types/react-dom": "^18.0.6",
"astro": "^2.0.1",
"azion": "latest",
"forward-ref": "^1.0.0",
"json-server": "^0.17.0",
"react": "^18.2.0",
Expand Down
6 changes: 0 additions & 6 deletions templates/astro/astro-ecommerce/vulcan.config.js

This file was deleted.

9 changes: 9 additions & 0 deletions templates/astro/astro-framework-alpine/azion.config.js
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
import { defineConfig } from 'azion';

export default defineConfig({
build: {
preset: {
name: 'astro',
},
},
});
3 changes: 2 additions & 1 deletion templates/astro/astro-framework-alpine/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@
"@astrojs/alpinejs": "^0.4.0",
"@types/alpinejs": "^3.13.5",
"alpinejs": "^3.13.3",
"astro": "^4.5.12"
"astro": "^4.5.12",
"azion": "latest"
}
}
7 changes: 0 additions & 7 deletions templates/astro/astro-framework-alpine/vulcan.config.js

This file was deleted.

9 changes: 9 additions & 0 deletions templates/astro/astro-framework-lit/azion.config.js
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
import { defineConfig } from 'azion';

export default defineConfig({
build: {
preset: {
name: 'astro',
},
},
});
1 change: 1 addition & 0 deletions templates/astro/astro-framework-lit/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@
"@astrojs/lit": "^4.0.1",
"@webcomponents/template-shadowroot": "^0.2.1",
"astro": "^4.5.12",
"azion": "latest",
"lit": "^3.1.2"
}
}
7 changes: 0 additions & 7 deletions templates/astro/astro-framework-lit/vulcan.config.js

This file was deleted.

9 changes: 9 additions & 0 deletions templates/astro/astro-framework-multiple/azion.config.js
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
import { defineConfig } from 'azion';

export default defineConfig({
build: {
preset: {
name: 'astro',
},
},
});
1 change: 1 addition & 0 deletions templates/astro/astro-framework-multiple/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@
"@types/react": "^18.2.37",
"@types/react-dom": "^18.2.15",
"astro": "^4.5.12",
"azion": "latest",
"preact": "^10.19.2",
"react": "^18.2.0",
"react-dom": "^18.2.0",
Expand Down
7 changes: 0 additions & 7 deletions templates/astro/astro-framework-multiple/vulcan.config.js

This file was deleted.

9 changes: 9 additions & 0 deletions templates/astro/astro-framework-preact/azion.config.js
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
import { defineConfig } from 'azion';

export default defineConfig({
build: {
preset: {
name: 'astro',
},
},
});
1 change: 1 addition & 0 deletions templates/astro/astro-framework-preact/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@
"@astrojs/preact": "^3.1.1",
"@preact/signals": "^1.2.1",
"astro": "^4.5.12",
"azion": "latest",
"preact": "^10.19.2"
}
}
7 changes: 0 additions & 7 deletions templates/astro/astro-framework-preact/vulcan.config.js

This file was deleted.

9 changes: 9 additions & 0 deletions templates/astro/astro-framework-react/azion.config.js
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
import { defineConfig } from 'azion';

export default defineConfig({
build: {
preset: {
name: 'astro',
},
},
});
1 change: 1 addition & 0 deletions templates/astro/astro-framework-react/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@
"@types/react": "^18.2.37",
"@types/react-dom": "^18.2.15",
"astro": "^4.5.12",
"azion": "latest",
"react": "^18.2.0",
"react-dom": "^18.2.0"
}
Expand Down
7 changes: 0 additions & 7 deletions templates/astro/astro-framework-react/vulcan.config.js

This file was deleted.

9 changes: 9 additions & 0 deletions templates/astro/astro-framework-solid/azion.config.js
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
import { defineConfig } from 'azion';

export default defineConfig({
build: {
preset: {
name: 'astro',
},
},
});
1 change: 1 addition & 0 deletions templates/astro/astro-framework-solid/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@
"dependencies": {
"@astrojs/solid-js": "^4.0.1",
"astro": "^4.5.12",
"azion": "latest",
"solid-js": "^1.8.5"
}
}
7 changes: 0 additions & 7 deletions templates/astro/astro-framework-solid/vulcan.config.js

This file was deleted.

9 changes: 9 additions & 0 deletions templates/astro/astro-framework-svelte/azion.config.js
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
import { defineConfig } from 'azion';

export default defineConfig({
build: {
preset: {
name: 'astro',
},
},
});
1 change: 1 addition & 0 deletions templates/astro/astro-framework-svelte/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@
"dependencies": {
"@astrojs/svelte": "^5.2.0",
"astro": "^4.5.12",
"azion": "latest",
"svelte": "^4.2.5"
}
}
7 changes: 0 additions & 7 deletions templates/astro/astro-framework-svelte/vulcan.config.js

This file was deleted.

9 changes: 9 additions & 0 deletions templates/astro/astro-framework-vue/azion.config.js
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
import { defineConfig } from 'azion';

export default defineConfig({
build: {
preset: {
name: 'astro',
},
},
});
1 change: 1 addition & 0 deletions templates/astro/astro-framework-vue/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@
"dependencies": {
"@astrojs/vue": "^4.0.9",
"astro": "^4.5.12",
"azion": "latest",
"vue": "^3.3.8"
}
}
7 changes: 0 additions & 7 deletions templates/astro/astro-framework-vue/vulcan.config.js

This file was deleted.

9 changes: 9 additions & 0 deletions templates/astro/astro-init/azion.config.js
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
import { defineConfig } from 'azion';

export default defineConfig({
build: {
preset: {
name: 'astro',
},
},
});
5 changes: 3 additions & 2 deletions templates/astro/astro-init/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@
"astro": "astro"
},
"dependencies": {
"astro": "^4.4.11"
"astro": "^4.4.11",
"azion": "latest"
}
}
}
Loading

0 comments on commit 325b239

Please sign in to comment.