70b8f1145d
* Migrate to RSPack * Add tests to CI, address coverage * fix: Restore AWS sdk * add simple serve
10 lines
299 B
JavaScript
10 lines
299 B
JavaScript
// Legacy Gruntfile — kept only for the 'metrics' and 'version' tasks.
|
|
// The main build pipeline uses rspack + swc (see rspack.config.js and .swcrc).
|
|
module.exports = function (grunt) {
|
|
grunt.initConfig({
|
|
pkg: grunt.file.readJSON('package.json'),
|
|
});
|
|
|
|
grunt.task.loadTasks('tasks');
|
|
};
|