Put back aliases.

This commit is contained in:
Brad Nelson
2023-12-24 14:06:30 -08:00
parent 92ace2753e
commit 18c38cab15
5 changed files with 9 additions and 8 deletions

View File

@ -12,5 +12,5 @@
# See the License for the specific language governing permissions and
# limitations under the License.
Alias('html', 'gen/web_boot.js')
Alias('web', 'gen/web_boot.js')
Importation('gen/web_boot.js', '$src/web/web_boot.fs', header_mode='web', name='boot')