Italo José
969358bda5
Merge branch 'devel' into doc-release-option
2025-12-03 09:11:10 -03:00
Gabriel Grubba
d901ce98b3
DOCS: update meteor.com/cloud to galaxycloud.app
...
URLs have changed, and this is another round of updating those!
2025-11-19 09:53:20 -03:00
Gabriel Grubba
812edadb04
🚀
2025-10-13 09:57:44 -03:00
Gabriel Grubba
00cc7c08cf
dev: testing something
2025-10-13 09:53:19 -03:00
Gabriel Grubba
d0acf4f5f0
DEV: flip the rawLogs option
2025-09-29 22:36:49 -03:00
Gabriel Grubba
5db21f4df6
DEV: Flip --raw-logs to default true and add --timestamps option.
2025-09-29 22:30:04 -03:00
Nacho Codoñer
a76cb732a2
Merge pull request #13736 from meteor/npm-mongo-legacy
...
npm-mongo-legacy for backwards compatibility with Mongo 3.6
2025-07-21 14:07:23 +02:00
italo jose
f531fcca04
feat: removing unecessarly code
2025-07-16 09:20:26 -03:00
italo jose
4fd3c5d51f
refactor: adjust constraint handling for npm-mongo-legacy package in ProjectConstraintsFile
2025-07-15 15:32:12 -03:00
Nacho Codoñer
4bb800119a
Merge pull request #13844 from meteor/babel-fallback-acorn
...
Use the Babel parser as a fallback when Acorn can’t parse code
2025-07-09 18:19:26 +02:00
Nacho Codoñer
cc48324fd0
ensure babel parser is used when acorn can't handle the parsing
2025-07-09 15:22:52 +02:00
italo jose
5194300ad2
refactor help text and update test for command matching
2025-07-08 18:43:17 -03:00
italo jose
735c81d66b
fix help documentation formatting and add missing admin commands
2025-07-08 18:43:17 -03:00
Nacho Codoñer
7712f16f29
Merge branch 'release-3.3.1' into meteorvite-update-skeletons
2025-07-08 17:31:06 +02:00
Nacho Codoñer
986a4d3292
prefer copy from local skeleton if exists
2025-07-07 17:26:52 +02:00
Nacho Codoñer
6d1887c879
upgrade cordova to latest deps
2025-07-07 16:29:16 +02:00
Nacho Codoñer
ace86628da
Merge pull request #13833 from JorgenVatle/modernize-solid-skeleton
...
Ensure Solid skeleton app's Vite config file is loaded using ESM over CJS.
2025-07-07 15:09:27 +02:00
Nacho Codoñer
b3c1cd5e19
Merge pull request #13832 from JorgenVatle/modernize-vue-skeleton
...
Modernize & update Vue skeleton app to address potential CJS interop exceptions
2025-07-07 15:07:42 +02:00
Italo José
1a420ee213
Update tools/static-assets/skel-vue/server/entry-meteor.js
...
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com >
2025-07-07 09:11:08 -03:00
Italo José
edaf6616ff
Update tools/static-assets/skel-vue/client/entry-meteor.js
...
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com >
2025-07-07 09:11:00 -03:00
Italo José
427ae4d0b9
Update tools/static-assets/skel-solid/client/entry-meteor.js
...
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com >
2025-07-07 09:10:43 -03:00
Italo José
85a61d7818
Update tools/static-assets/skel-solid/server/entry-meteor.js
...
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com >
2025-07-07 09:10:29 -03:00
Jørgen Vatle
8214e3cf94
Enable SWC for Vue skeleton app
2025-07-06 22:06:59 +03:00
Jørgen Vatle
96bd00c928
Add docblocks to empty meteor-entry.js modules with some general information about their purpose.
2025-07-06 20:48:16 +03:00
Jørgen Vatle
efb7961a3e
Move client main.css file into imports/ui to avoid potential confusion when imported explicitly.
...
I believe Meteor will by default process all .css files within the client directory. If the user adds a direct import for this file, it could end up getting processed twice - once by Meteor and a second time by Vite.
I assume it's likely that users will end up including an explicit import as it is a requirement if they end up adding TailwindCSS to their app.
2025-07-06 20:45:26 +03:00
Jørgen Vatle
dc20c497d0
Follow same filepath convention for client main module as with the server
2025-07-06 20:36:42 +03:00
Jørgen Vatle
c9dbbfce36
Use .mjs for Solid.js skeleton app's Vite config
2025-07-06 20:26:37 +03:00
Jørgen Vatle
eca2530f45
Add further info and clarification about the use and purpose of the empty entry-meteor.js modules.
2025-07-06 20:21:59 +03:00
Jørgen Vatle
54e5d26d72
Add a clear distinction between components, pages and the app container through a generally accepted Vue directory structure convention.
2025-07-06 19:43:20 +03:00
Jørgen Vatle
e8795c96f8
Move main.css file into UI directory to prevent Meteor from trying to process it in addition to Vite.
2025-07-06 19:31:19 +03:00
Jørgen Vatle
a972460c09
Use .mjs file extension for Vite config to avoid CJS interop exceptions
2025-07-06 19:19:46 +03:00
Jørgen Vatle
17e8152f24
Use .mjs file extension for Vite config to avoid CJS interop exceptions
2025-07-06 19:15:53 +03:00
Jørgen Vatle
735aed6c3a
Remove redundant config files from Vue skeleton
2025-07-06 19:14:14 +03:00
Jørgen Vatle
00bc129092
Add explicit import for main CSS file in client main module
2025-07-06 19:13:37 +03:00
Jørgen Vatle
24dbc8a911
Upgrade Tailwind to v4 in Vue skeleton
2025-07-06 19:12:45 +03:00
Jørgen Vatle
a29af3f4d6
Fix unused 'client/main.js' file, using a more consistent main module directory structure
2025-07-06 19:05:32 +03:00
Jørgen Vatle
1164ac728d
Add note about purpose of entry-meteor.js files.
2025-07-06 19:03:13 +03:00
Nacho Codoñer
56c44bffbc
Merge pull request #13827 from meteor/volume-perf-clone-fix
...
Fix `meteor profile` cloning in some volume
2025-07-03 14:06:16 +02:00
Nacho Codoñer
394a2cefa3
fix tests
2025-07-02 14:12:30 +02:00
Nacho Codoñer
7fb76dd9ee
prefer tar approach when available
2025-07-02 12:51:06 +02:00
Nacho Codoñer
51bf3110e7
fix
2025-07-02 12:34:40 +02:00
Nacho Codoñer
a26cc0abf9
add git clone fallback with tar for performance repo cloning with volumes
2025-07-02 12:27:31 +02:00
Nacho Codoñer
8a5a789144
Merge branch 'release-3.3.1' into swc-helpers-perf
2025-07-01 11:47:28 +02:00
Nacho Codoñer
78b3a2a7ef
add @swc/helpers to optimize bundle size and performance
2025-07-01 10:54:26 +02:00
Nacho Codoñer
be8968f6ff
Merge branch 'release-3.3.1' into fix-recompile-behaviour
2025-06-26 09:55:14 +02:00
Nacho Codoñer
77b2e4490f
add recompile checks for modern build stack
2025-06-25 15:29:15 +02:00
Nacho Codoñer
a0c4605742
provide more test coverage and correct meteor config
2025-06-25 14:31:11 +02:00
Nacho Codoñer
159d1148e5
fix regression on recompile behavior
2025-06-24 17:45:06 +02:00
Nacho Codoñer
4341fbbd8f
remove global usage by adding a new context for the meteor config init and import
2025-06-05 11:26:40 +02:00
Nacho Codoñer
37a9ce2d03
expose meteor config helper for plugin api
2025-06-05 10:52:03 +02:00